mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 17:13:49 +00:00
Update default settings add daylight_savings_start_month and date for the polycom templates.
This commit is contained in:
@@ -159,6 +159,34 @@
|
||||
$array[$x]['default_setting_description'] = '';
|
||||
$x++;
|
||||
$array[$x]['default_setting_category'] = 'provision';
|
||||
$array[$x]['default_setting_subcategory'] = 'daylight_savings_start_month';
|
||||
$array[$x]['default_setting_name'] = 'text';
|
||||
$array[$x]['default_setting_value'] = '3';
|
||||
$array[$x]['default_setting_enabled'] = 'true';
|
||||
$array[$x]['default_setting_description'] = '';
|
||||
$x++;
|
||||
$array[$x]['default_setting_category'] = 'provision';
|
||||
$array[$x]['default_setting_subcategory'] = 'daylight_savings_start_date';
|
||||
$array[$x]['default_setting_name'] = 'text';
|
||||
$array[$x]['default_setting_value'] = '13';
|
||||
$array[$x]['default_setting_enabled'] = 'true';
|
||||
$array[$x]['default_setting_description'] = '';
|
||||
$x++;
|
||||
$array[$x]['default_setting_category'] = 'provision';
|
||||
$array[$x]['default_setting_subcategory'] = 'daylight_savings_stop_month';
|
||||
$array[$x]['default_setting_name'] = 'text';
|
||||
$array[$x]['default_setting_value'] = '11';
|
||||
$array[$x]['default_setting_enabled'] = 'true';
|
||||
$array[$x]['default_setting_description'] = '';
|
||||
$x++;
|
||||
$array[$x]['default_setting_category'] = 'provision';
|
||||
$array[$x]['default_setting_subcategory'] = 'daylight_savings_stop_date';
|
||||
$array[$x]['default_setting_name'] = 'text';
|
||||
$array[$x]['default_setting_value'] = '6';
|
||||
$array[$x]['default_setting_enabled'] = 'true';
|
||||
$array[$x]['default_setting_description'] = '';
|
||||
$x++;
|
||||
$array[$x]['default_setting_category'] = 'provision';
|
||||
$array[$x]['default_setting_subcategory'] = 'http_domain_filter';
|
||||
$array[$x]['default_setting_name'] = 'text';
|
||||
$array[$x]['default_setting_value'] = 'false';
|
||||
|
||||
@@ -38,14 +38,20 @@
|
||||
/>
|
||||
<SNTP
|
||||
tcpIpApp.sntp.resyncPeriod="86400"
|
||||
tcpIpApp.sntp.address="pool.ntp.org" tcpIpApp.sntp.address.overrideDHCP="0"
|
||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}" tcpIpApp.sntp.gmtOffset.overrideDHCP="0"
|
||||
tcpIpApp.sntp.daylightSavings.enable="1" tcpIpApp.sntp.daylightSavings.fixedDayEnable="1"
|
||||
tcpIpApp.sntp.daylightSavings.start.month="3" tcpIpApp.sntp.daylightSavings.start.date="28"
|
||||
tcpIpApp.sntp.daylightSavings.start.time="2" tcpIpApp.sntp.daylightSavings.start.dayOfWeek="1"
|
||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="0"
|
||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||
tcpIpApp.sntp.daylightSavings.start.date="{$daylight_savings_start_date}"
|
||||
tcpIpApp.sntp.daylightSavings.start.time="2"
|
||||
tcpIpApp.sntp.daylightSavings.start.dayOfWeek="1"
|
||||
tcpIpApp.sntp.daylightSavings.start.dayOfWeek.lastInMonth="0"
|
||||
tcpIpApp.sntp.daylightSavings.stop.month="9" tcpIpApp.sntp.daylightSavings.stop.date="23"
|
||||
tcpIpApp.sntp.daylightSavings.stop.time="2" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek="0"
|
||||
tcpIpApp.sntp.daylightSavings.stop.month="{$daylight_savings_stop_month}"
|
||||
tcpIpApp.sntp.daylightSavings.stop.date="{$daylight_savings_stop_date}"
|
||||
tcpIpApp.sntp.daylightSavings.stop.time="2"
|
||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek="0"
|
||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||
/>
|
||||
<DIALPLAN
|
||||
|
||||
@@ -38,14 +38,20 @@
|
||||
/>
|
||||
<SNTP
|
||||
tcpIpApp.sntp.resyncPeriod="86400"
|
||||
tcpIpApp.sntp.address="pool.ntp.org" tcpIpApp.sntp.address.overrideDHCP="0"
|
||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}" tcpIpApp.sntp.gmtOffset.overrideDHCP="0"
|
||||
tcpIpApp.sntp.daylightSavings.enable="1" tcpIpApp.sntp.daylightSavings.fixedDayEnable="1"
|
||||
tcpIpApp.sntp.daylightSavings.start.month="3" tcpIpApp.sntp.daylightSavings.start.date="28"
|
||||
tcpIpApp.sntp.daylightSavings.start.time="2" tcpIpApp.sntp.daylightSavings.start.dayOfWeek="1"
|
||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="0"
|
||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||
tcpIpApp.sntp.daylightSavings.start.date="{$daylight_savings_start_date}"
|
||||
tcpIpApp.sntp.daylightSavings.start.time="2"
|
||||
tcpIpApp.sntp.daylightSavings.start.dayOfWeek="1"
|
||||
tcpIpApp.sntp.daylightSavings.start.dayOfWeek.lastInMonth="0"
|
||||
tcpIpApp.sntp.daylightSavings.stop.month="9" tcpIpApp.sntp.daylightSavings.stop.date="23"
|
||||
tcpIpApp.sntp.daylightSavings.stop.time="2" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek="0"
|
||||
tcpIpApp.sntp.daylightSavings.stop.month="{$daylight_savings_stop_month}"
|
||||
tcpIpApp.sntp.daylightSavings.stop.date="{$daylight_savings_stop_date}"
|
||||
tcpIpApp.sntp.daylightSavings.stop.time="2"
|
||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek="0"
|
||||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||
/>
|
||||
<DIALPLAN
|
||||
|
||||
Reference in New Issue
Block a user