Update {$mac}.cfg

This commit is contained in:
FusionPBX 2018-01-10 19:52:25 -07:00 committed by GitHub
parent 4791c7b72f
commit cb6d484f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
/>
<DEVICE_SETTINGS
device.set="1"
device.sntp.serverName="pool.ntp.org"
device.sntp.serverName="{$ntp_server_primary}"
device.sntp.gmtOffset="{$polycom_gmt_offset}"
{if isset($admin_password)}
device.auth.localUserPassword.set="1"
@ -72,7 +72,7 @@
<SNTP
tcpIpApp.sntp.resyncPeriod="86400"
tcpIpApp.sntp.address="{$ntp_server_primary}"
tcpIpApp.sntp.gmtOffset.overrideDHCP="0"
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
{if $daylight_savings_enabled == "false"}
tcpIpApp.sntp.daylightSavings.enable="0"