From 5ca2ece6850630c93fac079f03d76d31bc2fb95e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 13 Oct 2017 16:44:18 -0600 Subject: [PATCH] Update {$mac}.cfg --- resources/templates/provision/polycom/5.x/{$mac}.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/templates/provision/polycom/5.x/{$mac}.cfg b/resources/templates/provision/polycom/5.x/{$mac}.cfg index 8eb995153f..345a6e8723 100755 --- a/resources/templates/provision/polycom/5.x/{$mac}.cfg +++ b/resources/templates/provision/polycom/5.x/{$mac}.cfg @@ -70,7 +70,11 @@ tcpIpApp.sntp.address="{$ntp_server_primary}" tcpIpApp.sntp.gmtOffset.overrideDHCP="0" tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}" + {if $daylight_savings_enabled == "false"} + tcpIpApp.sntp.daylightSavings.enable="0" + {else} tcpIpApp.sntp.daylightSavings.enable="1" + {/if} tcpIpApp.sntp.daylightSavings.fixedDayEnable="0" tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}" tcpIpApp.sntp.daylightSavings.start.date="{$daylight_savings_start_day}"