Update {$mac}.cfg

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

View File

@ -48,6 +48,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"