[asterisk-users] Polycom Questions

Dave Fullerton dfullertasterisk at shorelinecontainer.com
Tue Mar 6 07:33:13 MST 2007


»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


More information about the asterisk-users mailing list