Displaying 2 results from an estimated 2 matches for "_90027".
2003 Jul 04
3
switch => priority in the dialplan.. (probably an issue for Mark)
...ling out..
For example I have the following on AST1 in extensions.conf..
[extensions]
switch => IAX2/user:password@AST2/extensions
and my local extensions are in this context..
[dialout-uk]
exten => _90044[1-9].,1,Dial(IAX2/user:password@AST2/${EXTEN}@dialout-uk)
[dialout-int]
exten => _90027.,1,Dial(Zap/1/${EXTEN})
and some other country definitions..
What is happeneing is that when I break the IAX connection(this way I can see the errors) and I dial 90027315555555 from UA1, AST1 tries to look for extension 9 on AST2 via "switch" and times out then tries extention 90 on AST2...
2003 Mar 29
1
How does * process the extensions??
...n => 1236,2,Congestion
include => parkedcalls
include => dialout
[dialout]
ignorepat => 9
exten => _9[01][1-9].,1,Dial(Zap/1/${EXTEN:1})
exten => _9[01][1-9].,2,Congestion
include => international
[international]
ignorepat => 9
; Mobile phones - South Africa
exten => _90027[78].,1,Dial(Zap/1/<access-number>ww${EXTEN:1})
exten => _90027[78].,2,Congestion
; Landlines - South Africa
exten => _90027[1-3].,1,Dial(Zap/1/<access-number>ww${EXTEN:1})
exten => _90027[1-3].,2,Congestion
; Canada - All Phones
exten => _9001.,1,Dial(Zap/1/<access-numb...