Update {$mac}.cfg
This commit is contained in:
parent
664ba541ef
commit
4791c7b72f
|
|
@ -36,7 +36,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"
|
||||
|
|
@ -52,7 +52,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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue