Skip to content
Snippets Groups Projects
Commit f773e294 authored by Doug Bailey's avatar Doug Bailey
Browse files

Change the time zone offset from a hard code to use res_phoneprov variables

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114456 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c0b8f57b
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment