search for: _9008x

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

Did you mean: _8008x
2004 Dec 01
0
extension and PSTN connection
...econds 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 => i,3,Goto(s,1) [phone2-outbound] exten => s,1,DigitTimeout,2...
2004 Nov 30
0
No voice when I dial out
...ing 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 => i,1,Background(invalid) ; "That's not valid, try again" exten => i,2,Background(silence/1) exten => i,3,Goto(s...