[asterisk-users] Help needed with Polycom dialplan pattern matching

John French jFrench at vividvoicedata.com
Mon Jan 1 11:54:02 MST 2007


I'm using Polycom Soundpoint phones and I want to use some extensions beginning with # for features setup. I'm getting the fast busy "can't match it" signal. I want to match #50 for call forwarding, for instance, and #505551212 to set the call forwarding number and turn it on. I have tftp set up and sip.cfg contains the following:
 
 
<dialplan dialplan.impossibleMatchHandling="0" dialplan.removeEndOfDial="1">
<digitmap dialplan.digitmap="#xx.T|[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[2-9]xxxT" dialplan.digitmap.timeOut="3"/>
<routing>
<server dialplan.routing.server.1.address="" dialplan.routing.server.1.port="5060"/>
<emergency dialplan.routing.emergency.1.value="911" dialplan.routing.emergency.1.server.1="1"/>
</routing>
</dialplan>
 
 
Thanks.


More information about the asterisk-users mailing list