Displaying 1 result from an estimated 1 matches for "_807807869xxxxxxxx".
Did you mean:
_80780782xxxxxxxxx
2004 Apr 16
1
Matching variable-length extensions with chan_zap in overlap dialling
...Doing it the extensions.conf way:
[pri1]
; Match 8078078- calls
include => m807nat
include => m807mob
include => m807oth
[m807nat]
exten => _80780782XXXXXXXXX,1,StripMSD(7)
exten => _2XXXXXXXXX,1,SetVar,clidest=${EXTEN}
exten => _2XXXXXXXXX,2,Goto(cli,s,1)
[m807mob]
exten => _807807869XXXXXXXX,1,StripMSD(7)
exten => _69XXXXXXXX,1,SetVar,clidest=${EXTEN}
exten => _69XXXXXXXX,2,Goto(cli,s,1)
[m807oth]
exten => _80780780.,1,StripMSD(7)
exten => _0.,1,SetVar,clidest=${EXTEN}
exten => _0.,2,Goto(cli,s,1)
...when I dial, say, 00441565652244 * will match the first wildcard
dig...