mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 04:03:49 +00:00
Add two new provision variables dns_server_primary and dns_server_secondary.
This commit is contained in:
@@ -35,6 +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}
|
||||
/>
|
||||
<SNTP
|
||||
tcpIpApp.sntp.resyncPeriod="86400"
|
||||
|
||||
@@ -35,6 +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}
|
||||
/>
|
||||
<SNTP
|
||||
tcpIpApp.sntp.resyncPeriod="86400"
|
||||
|
||||
Reference in New Issue
Block a user