Update {$mac}.cfg

This commit is contained in:
FusionPBX 2017-10-13 16:45:42 -06:00 committed by GitHub
parent 81348e370a
commit ec86227e82
1 changed files with 4 additions and 0 deletions

View File

@ -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}"