Displaying 1 result from an estimated 1 matches for "pattern_matching_our_dids".
2007 Mar 28
1
Stepped deployment - T1 PRI passthru
...ugh the wiki, was unable to find any dialplan
"best practices" for implementation.
Would anyone be able to point me in the right direction on this? I'd
imagine the initial dialplan config to be something like this:
Zap/g1 = T1 to telco
Zap/g2 = T1 to PBX
[default]
exten => _<pattern_matching_our_DIDs>,1,Dial(Zap/g2/${EXTEN}) ;
routes incoming calls to old PBX
exten => _<pattern_matching_external_numbers>,1,Dial(Zap/g1/${EXTEN})
; routes outgoing calls to telco
That's probably way over-simplified, and I'm sure the final
implementation would involve a few different contexts...