Displaying 4 results from an estimated 4 matches for "_321nxxxxxx".
2014 May 12
2
Realtime Pattern Matching
...e must common being NXX-555-1212. However, We have some
outbound providers that consider any call to NXX-555-XXXX a directory
assistance call. So simply making my pattern _NXX5551212 doesn't work.
So as you can see from the lines below. If I Dial 321-555-1212 the call is
being applied to _321NXXXXXX not my _NXX555XXXX. I assume because they are
equally specific. Does anyone have any creative ideas to pattern match
NXX-555-XXXX besides what I've done here?
1056 outbound _NXX555XXXX 1 Goto outbound-411,411,1
Block Dir Assist
1057 outbound _1NXX555XXXX 1 G...
2005 Jan 30
4
Processing incoming calls with multiple contextst over PRI
...8698350,1,Goto,bpns-external|${EXTEN}|1
exten => _4078698353,1,Goto,demo1-external|${EXTEN}|1
exten => _4078698359,1,Goto,demo2-external|${EXTEN}|1
exten => _4078698360,1,Goto,demo3-external|${EXTEN}|1
[outgoing-calls]
exten => _407NXXXXXX,1,Dial(ZAP/g1/${EXTEN},60)
exten => _321NXXXXXX,1,Dial(ZAP/g1/${EXTEN},60)
exten => _1800NXXXXXX,1,DIal(ZAP/g1/${EXTEN},60)
exten => _1866NXXXXXX,1,Dial(ZAP/g1/${EXTEN},60)
exten => _1877NXXXXXX,1,Dial(ZAP/g1/${EXTEN},60)
exten => _1888NXXXXXX,1,Dial(ZAP/g1/${EXTEN},60)
exten => _1NXXNXXXXXX,1,Dial(IAX2/402@voipjet/${EXTEN},6...
2004 Jun 15
0
making * more like a normal pbx (ciscoata-186)
...]
; block 900 numbers
exten => _1900NXXXXXX,1,Congestion
exten => _1976NXXXXXX,1,Congestion
exten => _976XXXX,1,Congestion
; Here is our local dialing plan
;
exten => _1NXXNXXXXXX,1,Macro(dialout-MULTI,${EXTEN})
exten => _407NXXXXXX,1,Macro(dialout-MULTI,1${EXTEN})
exten => _321NXXXXXX,1,Macro(dialout-MULTI,1${EXTEN})
; If I dial a 9 first, the call will go out through Voicepulse
exten => _91NXXNXXXXXX,1,Macro(dialout-VP,${EXTEN:1})
exten => _9NXXNXXXXXX,1,Macro(dialout-VP,1${EXTEN:1})
exten => _9407NXXXXXX,1,Macro(dialout-VP,1${EXTEN:1})
exten => _9321NXXXXXX,1,Mac...
2004 Jun 12
9
Prepending for 9NxxNxxx - adding the area code for 7 digit dialing
How do you prepend. I want to be able to dial 7 digits instead of of
11 for local calls.
Can someone post there extensions.conf part that is relavent?