Update {$mac}.cfg
This commit is contained in:
parent
22959fb2bc
commit
3a23176948
|
|
@ -34,10 +34,14 @@
|
|||
device.set="1"
|
||||
device.sntp.serverName="pool.ntp.org"
|
||||
device.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||
{if isset($admin_password)}
|
||||
device.auth.localUserPassword.set="1"
|
||||
device.auth.localUserPassword="{$admin_password}"
|
||||
device.auth.localUserPassword="{$admin_password}"
|
||||
{/if}
|
||||
{if isset($admin_password)}
|
||||
device.auth.localAdminPassword.set="1"
|
||||
device.auth.localAdminPassword="{$admin_password}"
|
||||
{/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}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue