Use boolean in the if statement
This commit is contained in:
parent
9bd77856b8
commit
adf3ac9aab
|
|
@ -115,10 +115,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -115,10 +115,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
|
||||||
|
|
@ -115,10 +115,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
|
||||||
|
|
@ -115,10 +115,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
|
||||||
|
|
@ -115,10 +115,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
|
||||||
|
|
@ -115,10 +115,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
|
||||||
|
|
@ -115,10 +115,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
|
||||||
|
|
@ -115,10 +115,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
|
||||||
|
|
@ -115,10 +115,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
|
||||||
|
|
@ -115,10 +115,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
|
||||||
|
|
@ -115,10 +115,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
|
||||||
|
|
@ -115,10 +115,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
|
||||||
|
|
@ -115,10 +115,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
|
|
@ -126,10 +126,10 @@
|
||||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||||
{if $daylight_savings_enabled == "false"}
|
{if $daylight_savings_enabled}
|
||||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
|
||||||
{else}
|
|
||||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||||
|
{else}
|
||||||
|
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||||
{/if}
|
{/if}
|
||||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||||
/>
|
/>
|
||||||
<DIALPLAN
|
<DIALPLAN
|
||||||
{if $polycom_emergency_customized == "true"}
|
{if $polycom_emergency_customized}
|
||||||
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
dialplan.routing.server.1.address="{$polycom_emergency_server}"
|
||||||
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
dialplan.routing.server.1.port="{$polycom_emergency_port}"
|
||||||
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
{foreach $polycom_emergency_number as $number name=emergencynumbers}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue