diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/polycom-template.lua | 5 |
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 |