Displaying 3 results from an estimated 3 matches for "_90204x".
Did you mean:
_8004x
2005 Jan 04
2
Which numbers should be blocked?
I want to block following types of numbers in my extensions.conf like
the premium number in Taiwan:
exten => _90204X.,1,Congestion
Since I have a DID in USA, I need to block these numbers in USA, as well
all emergency numbers, but still let open free (???) service numbers.
Can you help me to compile such a list?
bye
Ronald
2004 Dec 01
0
extension and PSTN connection
...e 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 ; give them 2 seconds between digits
exten => s,2,ResponseT...
2004 Nov 30
0
No voice when I dial out
...th 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,1)
[macro-dial-pstn];
;
; This macro will dial out on PSTN line 1 first
; will use PSTN line 2 if line 1 is in use
;
; Enter with these...