[Asterisk-bsd] Is there a way to add a delay for the FXO?

Kim Culhan w8hdkim at yahoo.com
Fri May 13 21:04:25 CDT 2005


--- Marios Andreou <marios at comand.net> wrote:

> Is there a way to add a delay when dialing through the TDM fxo?
 
> exten => _NXXNXXXXXX,1,Dial(${TRUNK}/1${EXTEN})
> exten => _NXXNXXXXXX,2,Congestion

Sure, just use something like:

exten => _9NXXNXXXXXX,1,Dial(${TRUNK}/w${EXTEN:1})
                                      ^
                                      |
                                     wait

Don't know why this works without it..

-kim

--
w8hdkim at yahoo.om




		
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html



More information about the Asterisk-BSD mailing list