diff --git a/resources/templates/provision/yealink/t20p/y000000000007.cfg b/resources/templates/provision/yealink/t20p/y000000000007.cfg index 1d79d10068..9431c51a5d 100644 --- a/resources/templates/provision/yealink/t20p/y000000000007.cfg +++ b/resources/templates/provision/yealink/t20p/y000000000007.cfg @@ -697,15 +697,15 @@ lang.gui = ####################################################################################### #Configure the time zone and time zone name. The time zone ranges from -11 to +12, the default value is +8. -#The default time zone name is China(Beijing). +#The default time zone name is China(Beijing). #local_time.time_zone = +8 #local_time.time_zone_name = China(Beijing) -local_time.time_zone = -local_time.time_zone_name = +local_time.time_zone = {$time_zone} +local_time.time_zone_name = {$time_zone_name} #Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org. -local_time.ntp_server1 = -local_time.ntp_server2 = +local_time.ntp_server1 = {$ntp_server_1} +local_time.ntp_server2 = {$ntp_server_2} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -720,10 +720,10 @@ local_time.dst_time_type = #If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20. #If the DST type is configured as By Week, the value format is Month/Day of Week/Day of Week Last in Month/Hour of Day. #For example, the value 1/4/2/5 means the start time is at 5 o'clock on Tuesday of the 4th week in January. -local_time.start_time = +local_time.start_time = {$time_zone_start_time} #Configure the end time of DST. The default value is 12/31/23. The value format is the same to the start time. -local_time.end_time = +local_time.end_time = {$time_zone_end_time} #Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. local_time.offset_time = diff --git a/resources/templates/provision/yealink/t22p/y000000000005.cfg b/resources/templates/provision/yealink/t22p/y000000000005.cfg index 92e4d808a3..7038c9a428 100644 --- a/resources/templates/provision/yealink/t22p/y000000000005.cfg +++ b/resources/templates/provision/yealink/t22p/y000000000005.cfg @@ -697,15 +697,15 @@ lang.gui = ####################################################################################### #Configure the time zone and time zone name. The time zone ranges from -11 to +12, the default value is +8. -#The default time zone name is China(Beijing). +#The default time zone name is China(Beijing). #local_time.time_zone = +8 #local_time.time_zone_name = China(Beijing) -local_time.time_zone = -local_time.time_zone_name = +local_time.time_zone = {$time_zone} +local_time.time_zone_name = {$time_zone_name} #Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org. -local_time.ntp_server1 = -local_time.ntp_server2 = +local_time.ntp_server1 = {$ntp_server_1} +local_time.ntp_server2 = {$ntp_server_2} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -720,10 +720,10 @@ local_time.dst_time_type = #If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20. #If the DST type is configured as By Week, the value format is Month/Day of Week/Day of Week Last in Month/Hour of Day. #For example, the value 1/4/2/5 means the start time is at 5 o'clock on Tuesday of the 4th week in January. -local_time.start_time = +local_time.start_time = {$time_zone_start_time} #Configure the end time of DST. The default value is 12/31/23. The value format is the same to the start time. -local_time.end_time = +local_time.end_time = {$time_zone_end_time} #Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. local_time.offset_time = diff --git a/resources/templates/provision/yealink/t26p/y000000000004.cfg b/resources/templates/provision/yealink/t26p/y000000000004.cfg index 2966f5f7b2..0a6c191b38 100644 --- a/resources/templates/provision/yealink/t26p/y000000000004.cfg +++ b/resources/templates/provision/yealink/t26p/y000000000004.cfg @@ -697,15 +697,15 @@ lang.gui = ####################################################################################### #Configure the time zone and time zone name. The time zone ranges from -11 to +12, the default value is +8. -#The default time zone name is China(Beijing). +#The default time zone name is China(Beijing). #local_time.time_zone = +8 #local_time.time_zone_name = China(Beijing) -local_time.time_zone = -local_time.time_zone_name = +local_time.time_zone = {$time_zone} +local_time.time_zone_name = {$time_zone_name} #Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org. -local_time.ntp_server1 = -local_time.ntp_server2 = +local_time.ntp_server1 = {$ntp_server_1} +local_time.ntp_server2 = {$ntp_server_2} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -720,10 +720,10 @@ local_time.dst_time_type = #If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20. #If the DST type is configured as By Week, the value format is Month/Day of Week/Day of Week Last in Month/Hour of Day. #For example, the value 1/4/2/5 means the start time is at 5 o'clock on Tuesday of the 4th week in January. -local_time.start_time = +local_time.start_time = {$time_zone_start_time} #Configure the end time of DST. The default value is 12/31/23. The value format is the same to the start time. -local_time.end_time = +local_time.end_time = {$time_zone_end_time} #Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. local_time.offset_time = diff --git a/resources/templates/provision/yealink/t28p/y000000000000.cfg b/resources/templates/provision/yealink/t28p/y000000000000.cfg index b8bb246756..1c35d89dff 100644 --- a/resources/templates/provision/yealink/t28p/y000000000000.cfg +++ b/resources/templates/provision/yealink/t28p/y000000000000.cfg @@ -697,15 +697,15 @@ lang.gui = ####################################################################################### #Configure the time zone and time zone name. The time zone ranges from -11 to +12, the default value is +8. -#The default time zone name is China(Beijing). +#The default time zone name is China(Beijing). #local_time.time_zone = +8 #local_time.time_zone_name = China(Beijing) -local_time.time_zone = -local_time.time_zone_name = +local_time.time_zone = {$time_zone} +local_time.time_zone_name = {$time_zone_name} #Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org. -local_time.ntp_server1 = -local_time.ntp_server2 = +local_time.ntp_server1 = {$ntp_server_1} +local_time.ntp_server2 = {$ntp_server_2} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -720,10 +720,10 @@ local_time.dst_time_type = #If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20. #If the DST type is configured as By Week, the value format is Month/Day of Week/Day of Week Last in Month/Hour of Day. #For example, the value 1/4/2/5 means the start time is at 5 o'clock on Tuesday of the 4th week in January. -local_time.start_time = +local_time.start_time = {$time_zone_start_time} #Configure the end time of DST. The default value is 12/31/23. The value format is the same to the start time. -local_time.end_time = +local_time.end_time = {$time_zone_end_time} #Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. local_time.offset_time = diff --git a/resources/templates/provision/yealink/t32g/y000000000032.cfg b/resources/templates/provision/yealink/t32g/y000000000032.cfg index dbf4948d3e..3b2c27cfe9 100644 --- a/resources/templates/provision/yealink/t32g/y000000000032.cfg +++ b/resources/templates/provision/yealink/t32g/y000000000032.cfg @@ -703,15 +703,15 @@ lang.gui = ####################################################################################### #Configure the time zone and time zone name. The time zone ranges from -11 to +12, the default value is +8. -#The default time zone name is China(Beijing). +#The default time zone name is China(Beijing). #local_time.time_zone = +8 #local_time.time_zone_name = China(Beijing) -local_time.time_zone = -local_time.time_zone_name = +local_time.time_zone = {$time_zone} +local_time.time_zone_name = {$time_zone_name} #Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org. -local_time.ntp_server1 = -local_time.ntp_server2 = +local_time.ntp_server1 = {$ntp_server_1} +local_time.ntp_server2 = {$ntp_server_2} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -726,10 +726,10 @@ local_time.dst_time_type = #If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20. #If the DST type is configured as By Week, the value format is Month/Day of Week/Day of Week Last in Month/Hour of Day. #For example, the value 1/4/2/5 means the start time is at 5 o'clock on Tuesday of the 4th week in January. -local_time.start_time = +local_time.start_time = {$time_zone_start_time} #Configure the end time of DST. The default value is 12/31/23. The value format is the same to the start time. -local_time.end_time = +local_time.end_time = {$time_zone_end_time} #Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. local_time.offset_time = @@ -745,7 +745,6 @@ local_time.dhcp_time = #Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. local_time.manual_time_enable = - ####################################################################################### ## Hot Desking ## ####################################################################################### diff --git a/resources/templates/provision/yealink/t38g/y000000000038.cfg b/resources/templates/provision/yealink/t38g/y000000000038.cfg index 8de8e5e4b5..b7e7538410 100644 --- a/resources/templates/provision/yealink/t38g/y000000000038.cfg +++ b/resources/templates/provision/yealink/t38g/y000000000038.cfg @@ -700,7 +700,7 @@ lang.gui = #The default time zone name is China(Beijing). #local_time.time_zone = +8 #local_time.time_zone_name = China(Beijing) -local_time.time_zone = {$time_zone_offset} +local_time.time_zone = {$time_zone} local_time.time_zone_name = {$time_zone_name} #Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org. @@ -720,10 +720,10 @@ local_time.dst_time_type = #If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20. #If the DST type is configured as By Week, the value format is Month/Day of Week/Day of Week Last in Month/Hour of Day. #For example, the value 1/4/2/5 means the start time is at 5 o'clock on Tuesday of the 4th week in January. -local_time.start_time = +local_time.start_time = {$time_zone_start_time} #Configure the end time of DST. The default value is 12/31/23. The value format is the same to the start time. -local_time.end_time = +local_time.end_time = {$time_zone_end_time} #Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. local_time.offset_time = diff --git a/resources/templates/provision/yealink/t42g/y000000000029.cfg b/resources/templates/provision/yealink/t42g/y000000000029.cfg index a51bd6db4d..c06854e5e4 100644 --- a/resources/templates/provision/yealink/t42g/y000000000029.cfg +++ b/resources/templates/provision/yealink/t42g/y000000000029.cfg @@ -1369,6 +1369,54 @@ gui_lang.url = #gui_lang.delete = http://localhost/all, delete all the customized languages. gui_lang.delete = +####################################################################################### +## Time Settings ## +####################################################################################### + +#Configure the time zone and time zone name. The time zone ranges from -11 to +12, the default value is +8. +#The default time zone name is China(Beijing). +#local_time.time_zone = +8 +#local_time.time_zone_name = China(Beijing) +local_time.time_zone = {$time_zone} +local_time.time_zone_name = {$time_zone_name} + +#Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org. +local_time.ntp_server1 = {$ntp_server_1} +local_time.ntp_server2 = {$ntp_server_2} + +#Configure the update interval (in seconds) when using the NTP server. The default value is 1000. +local_time.interval = + +#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default); +local_time.summer_time = + +#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week; +local_time.dst_time_type = + +#Configure the start time of DST. The default value is 1/1/0. +#If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20. +#If the DST type is configured as By Week, the value format is Month/Day of Week/Day of Week Last in Month/Hour of Day. +#For example, the value 1/4/2/5 means the start time is at 5 o'clock on Tuesday of the 4th week in January. +local_time.start_time = {$time_zone_start_time} + +#Configure the end time of DST. The default value is 12/31/23. The value format is the same to the start time. +local_time.end_time = {$time_zone_end_time} + +#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. +local_time.offset_time = + +#Configure the time format; 0-12 Hour, 1-24 Hour (default); +local_time.time_format = + +#Configure the date format; 0-WWW MMM DD (default), 1-DD-MMM-YY, 2-YYYY-MM-DD, 3-DD/MM/YYYY, 4-MM/DD/YY, 5-DD MMM YYYY, 6-WWW DD MMM; +local_time.date_format = + +#Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; +local_time.dhcp_time = + +#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. +local_time.manual_time_enable = + ####################################################################################### ## Trusted Certificates ## ####################################################################################### diff --git a/resources/templates/provision/yealink/t46g/y000000000028.cfg b/resources/templates/provision/yealink/t46g/y000000000028.cfg index 82a059257d..2400e3e600 100644 --- a/resources/templates/provision/yealink/t46g/y000000000028.cfg +++ b/resources/templates/provision/yealink/t46g/y000000000028.cfg @@ -1369,6 +1369,54 @@ gui_lang.url = #gui_lang.delete = http://localhost/all, delete all the customized languages. gui_lang.delete = +####################################################################################### +## Time Settings ## +####################################################################################### + +#Configure the time zone and time zone name. The time zone ranges from -11 to +12, the default value is +8. +#The default time zone name is China(Beijing). +#local_time.time_zone = +8 +#local_time.time_zone_name = China(Beijing) +local_time.time_zone = {$time_zone} +local_time.time_zone_name = {$time_zone_name} + +#Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org. +local_time.ntp_server1 = {$ntp_server_1} +local_time.ntp_server2 = {$ntp_server_2} + +#Configure the update interval (in seconds) when using the NTP server. The default value is 1000. +local_time.interval = + +#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default); +local_time.summer_time = + +#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week; +local_time.dst_time_type = + +#Configure the start time of DST. The default value is 1/1/0. +#If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20. +#If the DST type is configured as By Week, the value format is Month/Day of Week/Day of Week Last in Month/Hour of Day. +#For example, the value 1/4/2/5 means the start time is at 5 o'clock on Tuesday of the 4th week in January. +local_time.start_time = {$time_zone_start_time} + +#Configure the end time of DST. The default value is 12/31/23. The value format is the same to the start time. +local_time.end_time = {$time_zone_end_time} + +#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. +local_time.offset_time = + +#Configure the time format; 0-12 Hour, 1-24 Hour (default); +local_time.time_format = + +#Configure the date format; 0-WWW MMM DD (default), 1-DD-MMM-YY, 2-YYYY-MM-DD, 3-DD/MM/YYYY, 4-MM/DD/YY, 5-DD MMM YYYY, 6-WWW DD MMM; +local_time.date_format = + +#Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; +local_time.dhcp_time = + +#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. +local_time.manual_time_enable = + ####################################################################################### ## Trusted Certificates ## ####################################################################################### diff --git a/resources/templates/provision/yealink/vp530/y000000000023.cfg b/resources/templates/provision/yealink/vp530/y000000000023.cfg index 76b76ae0b6..23675961cb 100644 --- a/resources/templates/provision/yealink/vp530/y000000000023.cfg +++ b/resources/templates/provision/yealink/vp530/y000000000023.cfg @@ -602,46 +602,49 @@ lang.gui = English ####################################################################################### #Configure the time zone and time zone name. The time zone ranges from -11 to +12, the default value is +8. -#The default time zone name is China(Beijing). +#The default time zone name is China(Beijing). #local_time.time_zone = +8 #local_time.time_zone_name = China(Beijing) -local_time.time_zone = -local_time.time_zone_name = +local_time.time_zone = {$time_zone} +local_time.time_zone_name = {$time_zone_name} #Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org. -local_time.ntp_server1 = -local_time.ntp_server2 = +local_time.ntp_server1 = {$ntp_server_1} +local_time.ntp_server2 = {$ntp_server_2} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. -local_time.interval = 1000 +local_time.interval = #Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default); -local_time.summer_time = 2 +local_time.summer_time = #Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week; -local_time.dst_time_type = 0 +local_time.dst_time_type = #Configure the start time of DST. The default value is 1/1/0. #If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20. #If the DST type is configured as By Week, the value format is Month/Day of Week/Day of Week Last in Month/Hour of Day. #For example, the value 1/4/2/5 means the start time is at 5 o'clock on Tuesday of the 4th week in January. -local_time.start_time = 1/1/0 +local_time.start_time = {$time_zone_start_time} #Configure the end time of DST. The default value is 12/31/23. The value format is the same to the start time. -local_time.end_time = 12/31/23 +local_time.end_time = {$time_zone_end_time} -#Configure the offset time (in minutes). It ranges from -300 to 300, the default value is 60. +#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. local_time.offset_time = -#Configure the time format, 0-12 Hour, 1-24 Hour (default); +#Configure the time format; 0-12 Hour, 1-24 Hour (default); local_time.time_format = #Configure the date format; 0-WWW MMM DD (default), 1-DD-MMM-YY, 2-YYYY-MM-DD, 3-DD/MM/YYYY, 4-MM/DD/YY, 5-DD MMM YYYY, 6-WWW DD MMM; local_time.date_format = -#Enable or disable the DHCP time, 0-Disabled (default), 1-Enabled; +#Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; local_time.dhcp_time = +#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. +local_time.manual_time_enable = + ####################################################################################### ## Auto Redial ## #######################################################################################