search for: _90x

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

Did you mean: _0x
2004 Dec 01
0
extension and PSTN connection
...ne1-outbound] exten => s,1,DigitTimeout,2 ; give them 2 seconds between digits exten => s,2,ResponseTimeout,30 ; give them 30 seconds to make a choice exten => _9N.,1,Macro(dial-pstn,${EXTEN:1},${LONGTIMEOUT}) exten => _91NN,1,Macro(dial-pstn,${EXTEN:1},${LONGTIMEOUT}) exten => _90X.,1,Macro(dial-pstn,${EXTEN:1},${LONGTIMEOUT}) exten => _9008X.,1,Macro(dial-pstn,${EXTEN:1},${LONGTIMEOUT}) exten => _90204X.,1,Congestion include => inhouse exten => i,1,Background(invalid) ; "That's not valid, try again" exten => i,2,Background(silence/1) exten =&gt...
2004 Nov 30
0
No voice when I dial out
...trunk exten => _9N.,1,Macro(dial-pstn,${EXTEN:1},${LONGTIMEOUT}) ; ; handle outbound local emergency numbers (three digits, starting with '1') exten => _91NN,1,Macro(dial-pstn,${EXTEN:1},${LONGTIMEOUT}) ; ; handle domnastic long distance calls (starting with a '0') exten => _90X.,1,Macro(dial-pstn,${EXTEN:1},${LONGTIMEOUT}) ; ; handle domnastic toll free calls (starting with a '008') exten => _9008X.,1,Macro(dial-pstn,${EXTEN:1},${LONGTIMEOUT}) ; ; handle domnastic primary rate calls (starting with a '0204') exten => _90204X.,1,Congestion ; exten =&gt...