mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 10:23:50 +00:00
Fix a spelling mistake in the polycom template for the parameter that was changed today.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
device.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||
device.auth.localAdminPassword.set="1"
|
||||
device.auth.localAdminPassword="{$admin_password}"
|
||||
{if isset($dns_server_primary)}device.dns.serverAddres="{$dns_server_primary}"{/if}
|
||||
{if isset($dns_server_primary)}device.dns.serverAddress="{$dns_server_primary}"{/if}
|
||||
{if isset($dns_server_secondary)}device.dns.altSrvAddress="{$dns_server_secondary}"{/if}
|
||||
/>
|
||||
<SNTP
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
device.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||
device.auth.localAdminPassword.set="1"
|
||||
device.auth.localAdminPassword="{$admin_password}"
|
||||
{if isset($dns_server_primary)}device.dns.serverAddres="{$dns_server_primary}"{/if}
|
||||
{if isset($dns_server_primary)}device.dns.serverAddress="{$dns_server_primary}"{/if}
|
||||
{if isset($dns_server_secondary)}device.dns.altSrvAddress="{$dns_server_secondary}"{/if}
|
||||
/>
|
||||
<SNTP
|
||||
|
||||
Reference in New Issue
Block a user