Displaying 2 results from an estimated 2 matches for "_91xxxxxxxxx".
Did you mean:
_90xxxxxxxxx
2010 May 27
2
Pattern matching - how to ignore numbers after 10 digits
...our old system and it went
through.
I realized that the "Y" in ancestry made the number too long, and went
back to my dialplan.
How do I ignore numbers that are too long? Obviously, I've done
something wrong in my pattern matching.
outgoing part of extensions.conf
exten => _91XXXXXXXXXX!,1,DIAL(SIP/${EXTEN:1}@ia.ntelos.net) ; long distance
exten => _9765XXXXXXX,1,DIAL(SIP/${EXTEN:1}@ia.ntelos.net) ; local
exten => _9XXXXXXX,1,DIAL(SIP/${EXTEN:1}@ia.ntelos.net) ; local
exten => _9011XXXXXXX!,1,DIAL(SIP/${EXTEN:1}@ia.ntelos.net) ; international
exten => _911,1,DIAL(SIP/...
2005 Mar 08
13
Broadvoice latest changes and still not working
...efault
fromdomain=sip.broadvoice.com
canreinvite=no
dtmfmode=inband
insecure=very
permit=sip.broadvoice.com
qualify=yes
disallow=all
allow=ulaw
maxexpirey=180
defaultexpirey=160
videosupport=no
exten =>
_9XXXXXXX,1,Dial(SIP/Broadvoice/${EXTEN:1},${SMVOICE_DIAL_LONG_TIMEOUT},mtT)
exten =>
_91XXXXXXXXXX,1,Dial(SIP/Broadvoice/${EXTEN:1},${SMVOICE_DIAL_LONG_TIMEOUT},mtT)