Update {$mac}.cfg

This commit is contained in:
FusionPBX 2018-11-09 13:28:37 -07:00 committed by GitHub
parent d174aa15e6
commit b925354178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,14 @@
{/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}
{if isset($polycom_provision_url)}
device.prov.serverName="{$polycom_provision_url}"
{else}
device.prov.serverName="{$domain_name}"
{/if}
device.prov.serverType="{$polycom_server_type}"
device.prov.user="{$http_auth_username}"
device.prov.password="{$http_auth_password}"
/>
<SNTP
tcpIpApp.sntp.resyncPeriod="86400"