[Asterisk-Users] FXS => FXO Converter Problem

Andrew Thompson asteriskuser at aktzero.com
Tue Apr 13 10:48:33 MST 2004


Erick Weber V. wrote:
> Hello:
> 
> I have a ATA 186 and a FXS => FXO converter so I will like to program
> a extension  that can be dialed and it will dial the ATA extention #,
> wait for dial tone and then dial the phone number.  

Unfortunately I don't believe there is a concept of "wait for dial tone."

You'll just need to test it, and see how long it takes to do the answer,
pickup, get dialtone. Time it a few times, then add a second or so onto
that. 

I tried to write up an example of what you should put into your
extensions.conf, but It's a little over my head in this case. My thoughts
are:

 exten => _91NXXXXXXXXX,1,Dial(sip/yourata)
 exten => _91NXXXXXXXXX,1,SendDigits(${EXTEN:1})

NOTE: I've not tested this...

-----
Andrew Thompson
http://aktzero.com/ 





More information about the asterisk-users mailing list