search for: dial9

Displaying 2 results from an estimated 2 matches for "dial9".

Did you mean: dial
2005 Sep 21
1
Does Asterisk know if the trunks are busy?
...concept testing with FWD for toll free calls, but I am using 393 as a trunk access code. Question: Will Asterisk know that the one Teliax circuit is in use and use a different trunk? How would I make the dialplan to use a different trunk if the Teliax one is busy? Currently I have: [outrt-003-dial9] include => outrt-003-dial9-custom exten => _9.,1,Macro(hoodahek,${ARG1}) exten => _9.,2,Macro(dialout-trunk,1,${EXTEN:1},) ;or could be Dial(Zap/g1/${EXTEN}) ;exten => _9.,3,Macro(outisbusy) ; No available circuits ;Since this is a PRI group, I am not sure how it's internals w...
2005 Jan 07
4
can the dialtone be changed after pressing 9?
extensions.conf has ignorepat => 9 exten => _9X.,1,Dial(Zap/G2/${EXTEN:1}) The first user to try it asked if instead of keeping the same dialtone after pressing 9, if I could play a different dialtone. Can this be done? I'm running asterisk 1.0.0 in case that matters.