Any Polycom gurus out there? If so, I have a few config file questions. First off, does anyone have the daylight savings time rules written for this Sunday's big change? Secondly, if there any way in the config file to tell the phone not to display the number of missed calls? I don't mind it keeping the missed calls list, I just don't want that running count. Lastly, I am trying to get the dialplan to work, but have had no luck so far. I have tried defining it in the sip.cfg and/or the phone1.cfg, but have had no luck getting the phone to latch onto the numbers, and immediately dial. I am running with the 2.0.1 firmware, if that matters. from sip.cfg: <dialplan dialplan.impossibleMatchHandling="0" dialplan.removeEndOfDial="1"> <digitmap dialplan.digitmap="9[2-9]xx[2-9]xxxxxx|91[2-9]xx[2-9]xxxxxx" dialplan.digitmap.timeOut="3"/> <routing> <server dialplan.routing.server.1.address="10.0.17.8" dialplan.routing.server.1.port="5060"/> <emergency dialplan.routing.emergency.1.value="911" dialplan.routing.emergency.1.server.1="1"/> </routing> </dialplan> from phone1.cfg: <dialplan dialplan.1.impossibleMatchHandling="0" dialplan.1.removeEndOfDial="1" dialplan.2.impossibleMatchHandling="0" dialplan.2.removeEndOfDial="1" dialplan.3.impossibleMatchHandling="0" dialplan.3.removeEndOfDial="1" dialplan.4.impossibleMatchHandling="0" dialplan.4.removeEndOfDial="1" dialplan.5.impossibleMatchHandling="0" dialplan.5.removeEndOfDial="1" dialplan.6.impossibleMatchHandling="0" dialplan.6.removeEndOfDial="1"> <digitmap dialplan.1.digitmap="9[2-9]xx[2-9]xxxxxx|91[2-9]xx[2-9]xxxxxx" dialplan.1.digitmap.timeOut="3" dialplan.2.digitmap="" dialplan.2.digitmap.timeOut="" dialplan.3.digitmap="" dialplan.3.digitmap.timeOut="" dialplan.4.digitmap="" dialplan.4.digitmap.timeOut="" dialplan.5.digitmap="" dialplan.5.digitmap.timeOut="" dialplan.6.digitmap="" dialplan.6.digitmap.timeOut=""/> <routing> <server dialplan.1.routing.server.1.address="10.0.17.8" dialplan.1.routing.server.1.port="5060" dialplan.2.routing.server.1.address="" dialplan.2.routing.server.1.port="" dialplan.3.routing.server.1.address="" dialplan.3.routing.server.1.port="" dialplan.4.routing.server.1.address="" dialplan.4.routing.server.1.port="" dialplan.5.routing.server.1.address="" dialplan.5.routing.server.1.port="" dialplan.6.routing.server.1.address="" dialplan.6.routing.server.1.port=""/> <emergency dialplan.1.routing.emergency.1.value="" dialplan.1.routing.emergency.1.server.1="" dialplan.2.routing.emergency.1.value="" dialplan.2.routing.emergency.1.server.1="" dialplan.3.routing.emergency.1.value="" dialplan.3.routing.emergency.1.server.1="" dialplan.4.routing.emergency.1.value="" dialplan.4.routing.emergency.1.server.1="" dialplan.5.routing.emergency.1.value="" dialplan.5.routing.emergency.1.server.1="" dialplan.6.routing.emergency.1.value="" dialplan.6.routing.emergency.1.server.1=""/> </routing> </dialplan> Thanks in advance! Steve
The dialplan looks OK, depending of course on the numbers you trying to dial. If you want the phone to wait for a given timeout period after the digits are entered add a "T" immediately after the specific dialplan rule. (ie: xx[2-9]xxxxxxT). I'm assuming from your rules you need to dial a "9" first. Depending upon your numbering plan you could try ( 9x.T|0T|9011xxx.T ) -Steve ?Steven Ringwald? wrote:> Any Polycom gurus out there? If so, I have a few config file questions. > > First off, does anyone have the daylight savings time rules written > for this Sunday's big change? > > Secondly, if there any way in the config file to tell the phone not to > display the number of missed calls? I don't mind it keeping the missed > calls list, I just don't want that running count. > > Lastly, I am trying to get the dialplan to work, but have had no luck > so far. I have tried defining it in the sip.cfg and/or the phone1.cfg, > but have had no luck getting the phone to latch onto the numbers, and > immediately dial. I am running with the 2.0.1 firmware, if that matters. > > from sip.cfg: > > <dialplan dialplan.impossibleMatchHandling="0" > dialplan.removeEndOfDial="1"> > <digitmap > dialplan.digitmap="9[2-9]xx[2-9]xxxxxx|91[2-9]xx[2-9]xxxxxx" > dialplan.digitmap.timeOut="3"/> > <routing> > <server dialplan.routing.server.1.address="10.0.17.8" > dialplan.routing.server.1.port="5060"/> > <emergency dialplan.routing.emergency.1.value="911" > dialplan.routing.emergency.1.server.1="1"/> > </routing> > </dialplan> > > from phone1.cfg: > > <dialplan dialplan.1.impossibleMatchHandling="0" > dialplan.1.removeEndOfDial="1" dialplan.2.impossibleMatchHandling="0" > dialplan.2.removeEndOfDial="1" dialplan.3.impossibleMatchHandling="0" > dialplan.3.removeEndOfDial="1" dialplan.4.impossibleMatchHandling="0" > dialplan.4.removeEndOfDial="1" dialplan.5.impossibleMatchHandling="0" > dialplan.5.removeEndOfDial="1" dialplan.6.impossibleMatchHandling="0" > dialplan.6.removeEndOfDial="1"> > <digitmap > dialplan.1.digitmap="9[2-9]xx[2-9]xxxxxx|91[2-9]xx[2-9]xxxxxx" > dialplan.1.digitmap.timeOut="3" dialplan.2.digitmap="" > dialplan.2.digitmap.timeOut="" dialplan.3.digitmap="" > dialplan.3.digitmap.timeOut="" dialplan.4.digitmap="" > dialplan.4.digitmap.timeOut="" dialplan.5.digitmap="" > dialplan.5.digitmap.timeOut="" dialplan.6.digitmap="" > dialplan.6.digitmap.timeOut=""/> > <routing> > <server dialplan.1.routing.server.1.address="10.0.17.8" > dialplan.1.routing.server.1.port="5060" > dialplan.2.routing.server.1.address="" > dialplan.2.routing.server.1.port="" > dialplan.3.routing.server.1.address="" > dialplan.3.routing.server.1.port="" > dialplan.4.routing.server.1.address="" > dialplan.4.routing.server.1.port="" > dialplan.5.routing.server.1.address="" > dialplan.5.routing.server.1.port="" > dialplan.6.routing.server.1.address="" > dialplan.6.routing.server.1.port=""/> > <emergency dialplan.1.routing.emergency.1.value="" > dialplan.1.routing.emergency.1.server.1="" > dialplan.2.routing.emergency.1.value="" > dialplan.2.routing.emergency.1.server.1="" > dialplan.3.routing.emergency.1.value="" > dialplan.3.routing.emergency.1.server.1="" > dialplan.4.routing.emergency.1.value="" > dialplan.4.routing.emergency.1.server.1="" > dialplan.5.routing.emergency.1.value="" > dialplan.5.routing.emergency.1.server.1="" > dialplan.6.routing.emergency.1.value="" > dialplan.6.routing.emergency.1.server.1=""/> > </routing> > </dialplan> > > > > Thanks in advance! > Steve > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
?Steven Ringwald? wrote:> Any Polycom gurus out there? If so, I have a few config file questions. > > First off, does anyone have the daylight savings time rules written > for this Sunday's big change? > > Secondly, if there any way in the config file to tell the phone not to > display the number of missed calls? I don't mind it keeping the missed > calls list, I just don't want that running count. > > Lastly, I am trying to get the dialplan to work, but have had no luck > so far. I have tried defining it in the sip.cfg and/or the phone1.cfg, > but have had no luck getting the phone to latch onto the numbers, and > immediately dial. I am running with the 2.0.1 firmware, if that matters. > > from sip.cfg: > > <dialplan dialplan.impossibleMatchHandling="0" > dialplan.removeEndOfDial="1"> > <digitmap > dialplan.digitmap="9[2-9]xx[2-9]xxxxxx|91[2-9]xx[2-9]xxxxxx" > dialplan.digitmap.timeOut="3"/>You're missing your pipes, also using a comma after a 9 will give a simulated second dial tone. digitmap="9[2-9]xx|[2-9]xxxxxx|9,1[2-9]xx|[2-9]xxxxxx" The running count can be disabled by looking in the sip.cfg for: feature.8.enabled="1" Change it to a 0. Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
DST rules can be found by searching the sip.cfgg file for "SNTP". You will find a cluster of time parameters, including the month and day upon which to change DST. Thanks, Bryan M. Johns Partner Shelton | Johns Technology Group office: 678:248:2637 x:1500 direct: 678:229:1809 iaxtel: 700:248:2637 x:1500 http://www.sheltonjohns.com On Mar 5, 2007, at 9:20 PM, ?Steven Ringwald? wrote:> Any Polycom gurus out there? If so, I have a few config file > questions. > > First off, does anyone have the daylight savings time rules written > for this Sunday's big change? > > Secondly, if there any way in the config file to tell the phone not > to display the number of missed calls? I don't mind it keeping the > missed calls list, I just don't want that running count. > > Lastly, I am trying to get the dialplan to work, but have had no > luck so far. I have tried defining it in the sip.cfg and/or the > phone1.cfg, but have had no luck getting the phone to latch onto > the numbers, and immediately dial. I am running with the 2.0.1 > firmware, if that matters. > > from sip.cfg: > > <dialplan dialplan.impossibleMatchHandling="0" > dialplan.removeEndOfDial="1"> > <digitmap dialplan.digitmap="9[2-9]xx[2-9]xxxxxx|91[2-9]xx[2-9] > xxxxxx" dialplan.digitmap.timeOut="3"/> > <routing> > <server dialplan.routing.server.1.address="10.0.17.8" > dialplan.routing.server.1.port="5060"/> > <emergency dialplan.routing.emergency.1.value="911" > dialplan.routing.emergency.1.server.1="1"/> > </routing> > </dialplan> > > from phone1.cfg: > > <dialplan dialplan.1.impossibleMatchHandling="0" dialplan. > 1.removeEndOfDial="1" dialplan.2.impossibleMatchHandling="0" > dialplan.2.removeEndOfDial="1" dialplan. > 3.impossibleMatchHandling="0" dialplan.3.removeEndOfDial="1" > dialplan.4.impossibleMatchHandling="0" dialplan. > 4.removeEndOfDial="1" dialplan.5.impossibleMatchHandling="0" > dialplan.5.removeEndOfDial="1" dialplan. > 6.impossibleMatchHandling="0" dialplan.6.removeEndOfDial="1"> > <digitmap dialplan.1.digitmap="9[2-9]xx[2-9]xxxxxx|91[2-9]xx > [2-9]xxxxxx" dialplan.1.digitmap.timeOut="3" dialplan.2.digitmap="" > dialplan.2.digitmap.timeOut="" dialplan.3.digitmap="" dialplan. > 3.digitmap.timeOut="" dialplan.4.digitmap="" dialplan. > 4.digitmap.timeOut="" dialplan.5.digitmap="" dialplan. > 5.digitmap.timeOut="" dialplan.6.digitmap="" dialplan. > 6.digitmap.timeOut=""/> > <routing> > <server dialplan.1.routing.server.1.address="10.0.17.8" > dialplan.1.routing.server.1.port="5060" dialplan.2.routing.server. > 1.address="" dialplan.2.routing.server.1.port="" dialplan. > 3.routing.server.1.address="" dialplan.3.routing.server.1.port="" > dialplan.4.routing.server.1.address="" dialplan.4.routing.server. > 1.port="" dialplan.5.routing.server.1.address="" dialplan. > 5.routing.server.1.port="" dialplan.6.routing.server.1.address="" > dialplan.6.routing.server.1.port=""/> > <emergency dialplan.1.routing.emergency.1.value="" dialplan. > 1.routing.emergency.1.server.1="" dialplan.2.routing.emergency. > 1.value="" dialplan.2.routing.emergency.1.server.1="" dialplan. > 3.routing.emergency.1.value="" dialplan.3.routing.emergency. > 1.server.1="" dialplan.4.routing.emergency.1.value="" dialplan. > 4.routing.emergency.1.server.1="" dialplan.5.routing.emergency. > 1.value="" dialplan.5.routing.emergency.1.server.1="" dialplan. > 6.routing.emergency.1.value="" dialplan.6.routing.emergency. > 1.server.1=""/> > </routing> > </dialplan> > > > > Thanks in advance! > Steve > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070306/665d969f/attachment.htm
?Steven Ringwald? wrote:> Any Polycom gurus out there? If so, I have a few config file questions. > > First off, does anyone have the daylight savings time rules written for > this Sunday's big change? > > Secondly, if there any way in the config file to tell the phone not to > display the number of missed calls? I don't mind it keeping the missed > calls list, I just don't want that running count. > > Lastly, I am trying to get the dialplan to work, but have had no luck so > far. I have tried defining it in the sip.cfg and/or the phone1.cfg, but > have had no luck getting the phone to latch onto the numbers, and > immediately dial. I am running with the 2.0.1 firmware, if that matters. > > from sip.cfg: > > <dialplan dialplan.impossibleMatchHandling="0" > dialplan.removeEndOfDial="1"> > <digitmap > dialplan.digitmap="9[2-9]xx[2-9]xxxxxx|91[2-9]xx[2-9]xxxxxx" > dialplan.digitmap.timeOut="3"/> > <routing> > <server dialplan.routing.server.1.address="10.0.17.8" > dialplan.routing.server.1.port="5060"/> > <emergency dialplan.routing.emergency.1.value="911" > dialplan.routing.emergency.1.server.1="1"/> > </routing> > </dialplan> ><snip> Polycom's 2.1.0 firmware has the new DST settings as the default. This is what they use for the SNTP element: <SNTP tcpIpApp.sntp.resyncPeriod="86400" tcpIpApp.sntp.address="" tcpIpApp.sntp.address.overrideDHCP="0" tcpIpApp.sntp.gmtOffset="" tcpIpApp.sntp.gmtOffset.overrideDHCP="0" tcpIpApp.sntp.daylightSavings.enable="1" tcpIpApp.sntp.daylightSavings.fixedDayEnable="0" tcpIpApp.sntp.daylightSavings.start.month="3" tcpIpApp.sntp.daylightSavings.start.date="8" tcpIpApp.sntp.daylightSavings.start.time="2" tcpIpApp.sntp.daylightSavings.start.dayOfWeek="1" tcpIpApp.sntp.daylightSavings.start.dayOfWeek.lastInMonth="0" tcpIpApp.sntp.daylightSavings.stop.month="11" tcpIpApp.sntp.daylightSavings.stop.date="1" tcpIpApp.sntp.daylightSavings.stop.time="2" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek="1" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"/> The one thing I'm not sure about is the tcpIpApp.sntp.daylightSavings.start.date="8" line. According to the 2.1.0 admin guide that means the second week of the month but none of the guides before that mention this as a valid option. The missed calls option can be enabled/disabled by changing the feature element. Specifically feature.8.enabled="0". This will disable both the message and the ability to see missed calls. Your dialplan looks syntactically correct but only allows for 10 digit phone numbers. Perhaps you want something more like this? dialplan.digitmap="9,[2-9]xxxxxx|9,1[2-9]xxxxxxxxx" Hope that helps -Dave