summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-04-15 08:04:19 +0000
committerTed Trask <ttrask01@yahoo.com>2011-04-15 08:04:19 +0000
commitb47de420b30392d2f222185868bd334793d13f3b (patch)
treeb7c0223606f9078b11d2c81792c5b45a476fbc90
parent69235d84a8d2c9ba771408de5afb4578ffe4c672 (diff)
downloadacf-provisioning-b47de420b30392d2f222185868bd334793d13f3b.tar.bz2
acf-provisioning-b47de420b30392d2f222185868bd334793d13f3b.tar.xz
Fix polycom DST bug
-rw-r--r--templates/polycom-template.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/polycom-template.lua b/templates/polycom-template.lua
index 5cfd226..597c09e 100644
--- a/templates/polycom-template.lua
+++ b/templates/polycom-template.lua
@@ -48,9 +48,6 @@
<% --TODO: Do we want to enable locking? %>
<% --phoneLock.enabled="1" %>
-<% --- From features.cfg %>
-bitmap.idleDisplay.name.SPIP650="WT.bmp"
-bitmap.idleDisplay.name.SPIP550="WT.bmp"
<% --feature.autoLocalHold="1" -- trying default for now%>
feature.callPark.enabled="1"
feature.directedCallPickup.enabled="1"
@@ -213,6 +210,8 @@ if tz then
dstrule('start')
dstrule('stop')
+ else
+ xml_attr({'tcpIpApp.sntp.daylightSavings.enable'}, false)
end
end