[asterisk-commits] dbailey: trunk r114456 - /trunk/phoneprov/polycom.xml

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Apr 21 17:50:33 CDT 2008


Author: dbailey
Date: Mon Apr 21 17:50:33 2008
New Revision: 114456

URL: http://svn.digium.com/view/asterisk?view=rev&rev=114456
Log:
Change the time zone offset from a hard code to use res_phoneprov variables

Modified:
    trunk/phoneprov/polycom.xml

Modified: trunk/phoneprov/polycom.xml
URL: http://svn.digium.com/view/asterisk/trunk/phoneprov/polycom.xml?view=diff&rev=114456&r1=114455&r2=114456
==============================================================================
--- trunk/phoneprov/polycom.xml (original)
+++ trunk/phoneprov/polycom.xml Mon Apr 21 17:50:33 2008
@@ -28,7 +28,7 @@
    <nat nat.ip="" nat.signalPort="" nat.mediaPortStart=""/>
    <user_preferences up.oneTouchVoiceMail="1" up.welcomeSoundEnabled="0" />
    <volume voice.volume.persist.handset="1" voice.volume.persist.headset="1" />
-   <SNTP tcpIpApp.sntp.address="time" tcpIpApp.sntp.gmtOffset="-21600" />
+   <SNTP tcpIpApp.sntp.address="time" tcpIpApp.sntp.gmtOffset="${TZOFFSET}" tcpIpApp.sntp.daylightSavings.enable="${DST_ENABLE}" tcpIpApp.sntp.daylightSavings.fixedDayEnable="0" tcpIpApp.sntp.daylightSavings.start.month="${DST_START_MONTH}" tcpIpApp.sntp.daylightSavings.start.date="${DST_START_MDAY}" tcpIpApp.sntp.daylightSavings.start.hour="${DST_START_HOUR}" tcpIpApp.sntp.daylightSavings.stop.month="${DST_END_MONTH}" tcpIpApp.sntp.daylightSavings.stop.date="${DST_END_MDAY}" tcpIpApp.sntp.daylightSavings.stop.hour="${DST_END_HOUR}" />
    <HTTPD httpd.enabled="1" />
    <feature
         feature.1.name="presence" feature.1.enabled="1"




More information about the asterisk-commits mailing list