From 0022cb5130f5b465ea7db4964dea0e6e7a481f85 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 13 Oct 2017 16:45:42 -0600 Subject: [PATCH] Update {$mac}.cfg --- resources/templates/provision/polycom/4.x/{$mac}.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/templates/provision/polycom/4.x/{$mac}.cfg b/resources/templates/provision/polycom/4.x/{$mac}.cfg index 824e665a73..d99258ac2b 100644 --- a/resources/templates/provision/polycom/4.x/{$mac}.cfg +++ b/resources/templates/provision/polycom/4.x/{$mac}.cfg @@ -50,7 +50,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}"