Add quotes around the values in the Polycom 4.x and 5.x templates.
This commit is contained in:
parent
e5368dd5dd
commit
6476805b29
|
|
@ -35,8 +35,8 @@
|
|||
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_secondary)}device.dns.altSrvAddress={$dns_server_secondary}{/if}
|
||||
{if isset($dns_server_primary)}device.dns.serverAddres="{$dns_server_primary}"{/if}
|
||||
{if isset($dns_server_secondary)}device.dns.altSrvAddress="{$dns_server_secondary}"{/if}
|
||||
/>
|
||||
<SNTP
|
||||
tcpIpApp.sntp.resyncPeriod="86400"
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@
|
|||
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_secondary)}device.dns.altSrvAddress={$dns_server_secondary}{/if}
|
||||
{if isset($dns_server_primary)}device.dns.serverAddres="{$dns_server_primary}"{/if}
|
||||
{if isset($dns_server_secondary)}device.dns.altSrvAddress="{$dns_server_secondary}"{/if}
|
||||
/>
|
||||
<SNTP
|
||||
tcpIpApp.sntp.resyncPeriod="86400"
|
||||
|
|
|
|||
Loading…
Reference in New Issue