Daylight Saving changes (#5229)

* Daylight Saving changes:
- enabled on server auto.DST.xml configuration for phones
- added new autoDST.xml file to fusionpbx server
- corrected autoDST.xml, addde balkans countries

* Fixed the yealink_auto_dst_url name to fix the syntax problem.

* Rename AutoDST.xml to auto_dst.xml

* Update app_config.php

* Update auto_dst.xml

Co-authored-by: FusionPBX <markjcrane@gmail.com>
This commit is contained in:
Baji Zsolt
2020-06-25 00:49:45 -06:00
committed by GitHub
co-authored by FusionPBX
parent 9b3de1d895
commit 966a218da2
40 changed files with 196 additions and 78 deletions
@@ -484,7 +484,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval =
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
@@ -1547,7 +1547,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -483,7 +483,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval =
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
@@ -1546,7 +1546,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -483,7 +483,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval =
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
@@ -1546,7 +1546,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -716,7 +716,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval =
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
@@ -1259,7 +1259,7 @@ server_certificates.delete =
## Local Contact/DST Time/Dialnow Rule/Replace Rule ##
#######################################################################################
local_contact.data.url =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
dialplan_dialnow.url =
dialplan_replace_rule.url =
@@ -716,7 +716,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval =
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
@@ -1259,7 +1259,7 @@ server_certificates.delete =
## Local Contact/DST Time/Dialnow Rule/Replace Rule ##
#######################################################################################
local_contact.data.url =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
dialplan_dialnow.url =
dialplan_replace_rule.url =
@@ -425,7 +425,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval = {$yealink_time_update}
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type = {$yealink_dst_type}
@@ -1542,7 +1542,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -716,7 +716,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval =
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
@@ -1259,7 +1259,7 @@ server_certificates.delete =
## Local Contact/DST Time/Dialnow Rule/Replace Rule ##
#######################################################################################
local_contact.data.url =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
dialplan_dialnow.url =
dialplan_replace_rule.url =
@@ -465,7 +465,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval = {$yealink_time_update}
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type = {$yealink_dst_type}
@@ -1582,7 +1582,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -465,7 +465,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval = {$yealink_time_update}
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type = {$yealink_dst_type}
@@ -1582,7 +1582,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -716,7 +716,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval =
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
@@ -1259,7 +1259,7 @@ server_certificates.delete =
## Local Contact/DST Time/Dialnow Rule/Replace Rule ##
#######################################################################################
local_contact.data.url =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
dialplan_dialnow.url =
dialplan_replace_rule.url =
@@ -464,7 +464,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval = {$yealink_time_update}
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type = {$yealink_dst_type}
@@ -1582,7 +1582,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -465,7 +465,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval = {$yealink_time_update}
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type = {$yealink_dst_type}
@@ -1583,7 +1583,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -716,7 +716,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval =
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
@@ -1241,7 +1241,7 @@ server_certificates.delete =
## Local Contact/DST Time/Dialnow Rule/Replace Rule ##
#######################################################################################
local_contact.data.url =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
dialplan_dialnow.url =
dialplan_replace_rule.url =
@@ -466,7 +466,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval = {$yealink_time_update}
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type = {$yealink_dst_type}
@@ -1583,7 +1583,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -716,7 +716,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval =
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
@@ -1256,7 +1256,7 @@ server_certificates.delete =
## Local Contact/DST Time/Dialnow Rule/Replace Rule ##
#######################################################################################
local_contact.data.url =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
dialplan_dialnow.url =
dialplan_replace_rule.url =
@@ -716,7 +716,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval =
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
@@ -1259,7 +1259,7 @@ server_certificates.delete =
## Local Contact/DST Time/Dialnow Rule/Replace Rule ##
#######################################################################################
local_contact.data.url =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
dialplan_dialnow.url =
dialplan_replace_rule.url =
@@ -466,7 +466,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval = {$yealink_time_update}
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type = {$yealink_dst_type}
@@ -1584,7 +1584,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -466,7 +466,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval = {$yealink_time_update}
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type = {$yealink_dst_type}
@@ -1565,7 +1565,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -466,7 +466,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval = {$yealink_time_update}
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type = {$yealink_dst_type}
@@ -1583,7 +1583,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -1206,14 +1206,14 @@ phone_setting.missed_call_power_led_flash.enable = {$yealink_missed_call_power_l
## Time&Date ##
#######################################################################################
lcl.datetime.date.format =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
local_time.manual_time_enable =
local_time.manual_ntp_srv_prior =
local_time.time_format = {$yealink_time_format}
local_time.date_format = {$yealink_date_format}
local_time.dhcp_time = {$yealink_dhcp_time}
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
local_time.dst_time_type = {$yealink_dst_type}
local_time.start_time = {$yealink_time_zone_start_time}
local_time.end_time = {$yealink_time_zone_end_time}
@@ -466,7 +466,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval = {$yealink_time_update}
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type = {$yealink_dst_type}
@@ -1564,7 +1564,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -1204,14 +1204,14 @@ phone_setting.missed_call_power_led_flash.enable = {$yealink_missed_call_power_l
## Time&Date ##
#######################################################################################
lcl.datetime.date.format =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
local_time.manual_time_enable =
local_time.manual_ntp_srv_prior =
local_time.time_format = {$yealink_time_format}
local_time.date_format = {$yealink_date_format}
local_time.dhcp_time = {$yealink_dhcp_time}
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
local_time.dst_time_type = {$yealink_dst_type}
local_time.start_time = {$yealink_time_zone_start_time}
local_time.end_time = {$yealink_time_zone_end_time}
@@ -466,7 +466,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval = {$yealink_time_update}
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type = {$yealink_dst_type}
@@ -1582,7 +1582,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -1206,14 +1206,14 @@ phone_setting.missed_call_power_led_flash.enable = {$yealink_missed_call_power_l
## Time&Date ##
#######################################################################################
lcl.datetime.date.format =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
local_time.manual_time_enable =
local_time.manual_ntp_srv_prior =
local_time.time_format = {$yealink_time_format}
local_time.date_format = {$yealink_date_format}
local_time.dhcp_time = {$yealink_dhcp_time}
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
local_time.dst_time_type = {$yealink_dst_type}
local_time.start_time = {$yealink_time_zone_start_time}
local_time.end_time = {$yealink_time_zone_end_time}
@@ -466,7 +466,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval = {$yealink_time_update}
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type = {$yealink_dst_type}
@@ -1563,7 +1563,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -1255,14 +1255,14 @@ phone_setting.missed_call_power_led_flash.enable = {$yealink_missed_call_power_l
## Time&Date ##
#######################################################################################
lcl.datetime.date.format =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
local_time.manual_time_enable =
local_time.manual_ntp_srv_prior =
local_time.time_format = {$yealink_time_format}
local_time.date_format = {$yealink_date_format}
local_time.dhcp_time = {$yealink_dhcp_time}
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
local_time.dst_time_type = {$yealink_dst_type}
local_time.start_time = {$yealink_time_zone_start_time}
local_time.end_time = {$yealink_time_zone_end_time}
@@ -425,7 +425,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval = {$yealink_time_update}
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type = {$yealink_dst_type}
@@ -1523,7 +1523,7 @@ local_contact.data.url =
#######################################################################################
## Auto DST ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
## Dialplan Now ##
@@ -1204,14 +1204,14 @@ phone_setting.missed_call_power_led_flash.enable = {$yealink_missed_call_power_l
## Time&Date ##
#######################################################################################
lcl.datetime.date.format =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
local_time.manual_time_enable =
local_time.manual_ntp_srv_prior =
local_time.time_format = {$yealink_time_format}
local_time.date_format = {$yealink_date_format}
local_time.dhcp_time = {$yealink_dhcp_time}
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
local_time.dst_time_type = {$yealink_dst_type}
local_time.start_time = {$yealink_time_zone_start_time}
local_time.end_time = {$yealink_time_zone_end_time}
@@ -1348,14 +1348,14 @@ phone_setting.missed_call_power_led_flash.enable = {$yealink_missed_call_power_l
## Time&Date ##
#######################################################################################
lcl.datetime.date.format =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
local_time.manual_time_enable =
local_time.manual_ntp_srv_prior =
local_time.time_format = {$yealink_time_format}
local_time.date_format = {$yealink_date_format}
local_time.dhcp_time = {$yealink_dhcp_time}
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
local_time.dst_time_type = {$yealink_dst_type}
local_time.start_time = {$yealink_time_zone_start_time}
local_time.end_time = {$yealink_time_zone_end_time}
@@ -1201,14 +1201,14 @@ phone_setting.missed_call_power_led_flash.enable = {$yealink_missed_call_power_l
## Time&Date ##
#######################################################################################
lcl.datetime.date.format =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
local_time.manual_time_enable =
local_time.manual_ntp_srv_prior =
local_time.time_format = {$yealink_time_format}
local_time.date_format = {$yealink_date_format}
local_time.dhcp_time = {$yealink_dhcp_time}
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
local_time.dst_time_type = {$yealink_dst_type}
local_time.start_time = {$yealink_time_zone_start_time}
local_time.end_time = {$yealink_time_zone_end_time}
@@ -1348,14 +1348,14 @@ phone_setting.missed_call_power_led_flash.enable = {$yealink_missed_call_power_l
## Time&Date ##
#######################################################################################
lcl.datetime.date.format =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
local_time.manual_time_enable =
local_time.manual_ntp_srv_prior =
local_time.time_format = {$yealink_time_format}
local_time.date_format = {$yealink_date_format}
local_time.dhcp_time = {$yealink_dhcp_time}
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
local_time.dst_time_type = {$yealink_dst_type}
local_time.start_time = {$yealink_time_zone_start_time}
local_time.end_time = {$yealink_time_zone_end_time}
@@ -2960,7 +2960,7 @@ local_time.interval =
##It enables or disables daylight saving time (DST) feature.
##0-Disabled,1-Enabled,2-Automatic.
##The default value is 2.
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
##It configures the way DST works when DST feature is enabled.
##0-DST By Date ,1-DST By Week.
@@ -3002,7 +3002,7 @@ local_time.manual_time_enable =
##The default value is 0.
local_time.manual_ntp_srv_prior =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
@@ -1348,14 +1348,14 @@ phone_setting.missed_call_power_led_flash.enable = {$yealink_missed_call_power_l
## Time&Date ##
#######################################################################################
lcl.datetime.date.format =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
local_time.manual_time_enable =
local_time.manual_ntp_srv_prior =
local_time.time_format = {$yealink_time_format}
local_time.date_format = {$yealink_date_format}
local_time.dhcp_time = {$yealink_dhcp_time}
local_time.summer_time = {$yealink_dst_enable}
local_time.summer_time = {$yealink_summer_time}
local_time.dst_time_type = {$yealink_dst_type}
local_time.start_time = {$yealink_time_zone_start_time}
local_time.end_time = {$yealink_time_zone_end_time}
@@ -2960,7 +2960,7 @@ local_time.interval =
##It enables or disables daylight saving time (DST) feature.
##0-Disabled,1-Enabled,2-Automatic.
##The default value is 2.
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
##It configures the way DST works when DST feature is enabled.
##0-DST By Date ,1-DST By Week.
@@ -3001,7 +3001,7 @@ local_time.manual_time_enable =
##The default value is 0.
local_time.manual_ntp_srv_prior =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
#######################################################################################
@@ -616,7 +616,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval =
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
@@ -1040,7 +1040,7 @@ server_certificates.delete =
## Local Contact/DST Time/Dialnow Rule/Replace Rule ##
#######################################################################################
local_contact.data.url =
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
dialplan_dialnow.url =
dialplan_replace_rule.url =
@@ -234,7 +234,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval =
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
@@ -357,7 +357,7 @@ server_certificates.delete =
#######################################################################################
## Local Contact/DST Time/Replace Rule ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
dialplan_replace_rule.url =
blacklist.url =
handset.X.contact_list.url =
@@ -234,7 +234,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval =
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
@@ -357,7 +357,7 @@ server_certificates.delete =
#######################################################################################
## Local Contact/DST Time/Replace Rule ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
dialplan_replace_rule.url =
blacklist.url =
handset.X.contact_list.url =
@@ -234,7 +234,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
local_time.interval =
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time =
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
@@ -357,7 +357,7 @@ server_certificates.delete =
#######################################################################################
## Local Contact/DST Time/Replace Rule ##
#######################################################################################
auto_dst.url =
auto_dst.url = {$yealink_auto_dst_url}
dialplan_replace_rule.url =
blacklist.url =
handset.X.contact_list.url =