mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update {$mac}.cfg
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user