diff --git a/resources/templates/provision/yealink/cp860/y000000000037.cfg b/resources/templates/provision/yealink/cp860/y000000000037.cfg index e23309ef6a..08068488e2 100644 --- a/resources/templates/provision/yealink/cp860/y000000000037.cfg +++ b/resources/templates/provision/yealink/cp860/y000000000037.cfg @@ -432,9 +432,17 @@ lang.gui = English ####################################################################################### ## Time ## ####################################################################################### + +#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 = {$yealink_time_zone} +local_time.time_zone_name = {$yealink_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 = cn.pool.ntp.org -local_time.ntp_server2 = cn.pool.ntp.org +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -449,24 +457,25 @@ 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 = {$yealink_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 = {$yealink_time_zone_end_time} -#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is 60. -local_time.offset_time = +#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. +local_time.offset_time = {$yealink_offset_time} #Configure the time format; 0-12 Hour, 1-24 Hour (default); -local_time.time_format = +local_time.time_format = {$yealink_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 = +local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} -local_time.manual_time_enable = 0 +#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. +local_time.manual_time_enable = ####################################################################################### ## Auto Redial ## diff --git a/resources/templates/provision/yealink/t20p/y000000000007.cfg b/resources/templates/provision/yealink/t20p/y000000000007.cfg index 7afd493891..83c704c5eb 100644 --- a/resources/templates/provision/yealink/t20p/y000000000007.cfg +++ b/resources/templates/provision/yealink/t20p/y000000000007.cfg @@ -704,8 +704,8 @@ local_time.time_zone = {$yealink_time_zone} local_time.time_zone_name = {$yealink_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} +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -735,7 +735,7 @@ local_time.time_format = {$yealink_time_format} local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} #Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. local_time.manual_time_enable = diff --git a/resources/templates/provision/yealink/t21p/y000000000052.cfg b/resources/templates/provision/yealink/t21p/y000000000052.cfg index 45de2d2130..6db7d0e204 100644 --- a/resources/templates/provision/yealink/t21p/y000000000052.cfg +++ b/resources/templates/provision/yealink/t21p/y000000000052.cfg @@ -392,9 +392,17 @@ lang.gui = English ####################################################################################### ## Time ## ####################################################################################### + +#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 = {$yealink_time_zone} +local_time.time_zone_name = {$yealink_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 = cn.pool.ntp.org -local_time.ntp_server2 = cn.pool.ntp.org +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -409,24 +417,25 @@ 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 = {$yealink_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 = {$yealink_time_zone_end_time} -#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is 60. -local_time.offset_time = +#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. +local_time.offset_time = {$yealink_offset_time} #Configure the time format; 0-12 Hour, 1-24 Hour (default); -local_time.time_format = +local_time.time_format = {$yealink_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 = +local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} -local_time.manual_time_enable = 0 +#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. +local_time.manual_time_enable = ####################################################################################### ## Auto Redial ## diff --git a/resources/templates/provision/yealink/t22p/y000000000005.cfg b/resources/templates/provision/yealink/t22p/y000000000005.cfg index d55bb51ed4..2fb9dfb4b2 100644 --- a/resources/templates/provision/yealink/t22p/y000000000005.cfg +++ b/resources/templates/provision/yealink/t22p/y000000000005.cfg @@ -704,8 +704,8 @@ local_time.time_zone = {$yealink_time_zone} local_time.time_zone_name = {$yealink_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} +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -735,7 +735,7 @@ local_time.time_format = {$yealink_time_format} local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} #Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. local_time.manual_time_enable = diff --git a/resources/templates/provision/yealink/t23g/y000000000044.cfg b/resources/templates/provision/yealink/t23g/y000000000044.cfg index 45de2d2130..6db7d0e204 100644 --- a/resources/templates/provision/yealink/t23g/y000000000044.cfg +++ b/resources/templates/provision/yealink/t23g/y000000000044.cfg @@ -392,9 +392,17 @@ lang.gui = English ####################################################################################### ## Time ## ####################################################################################### + +#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 = {$yealink_time_zone} +local_time.time_zone_name = {$yealink_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 = cn.pool.ntp.org -local_time.ntp_server2 = cn.pool.ntp.org +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -409,24 +417,25 @@ 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 = {$yealink_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 = {$yealink_time_zone_end_time} -#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is 60. -local_time.offset_time = +#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. +local_time.offset_time = {$yealink_offset_time} #Configure the time format; 0-12 Hour, 1-24 Hour (default); -local_time.time_format = +local_time.time_format = {$yealink_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 = +local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} -local_time.manual_time_enable = 0 +#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. +local_time.manual_time_enable = ####################################################################################### ## Auto Redial ## diff --git a/resources/templates/provision/yealink/t23p/y000000000044.cfg b/resources/templates/provision/yealink/t23p/y000000000044.cfg index 45de2d2130..6db7d0e204 100644 --- a/resources/templates/provision/yealink/t23p/y000000000044.cfg +++ b/resources/templates/provision/yealink/t23p/y000000000044.cfg @@ -392,9 +392,17 @@ lang.gui = English ####################################################################################### ## Time ## ####################################################################################### + +#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 = {$yealink_time_zone} +local_time.time_zone_name = {$yealink_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 = cn.pool.ntp.org -local_time.ntp_server2 = cn.pool.ntp.org +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -409,24 +417,25 @@ 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 = {$yealink_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 = {$yealink_time_zone_end_time} -#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is 60. -local_time.offset_time = +#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. +local_time.offset_time = {$yealink_offset_time} #Configure the time format; 0-12 Hour, 1-24 Hour (default); -local_time.time_format = +local_time.time_format = {$yealink_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 = +local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} -local_time.manual_time_enable = 0 +#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. +local_time.manual_time_enable = ####################################################################################### ## Auto Redial ## diff --git a/resources/templates/provision/yealink/t26p/y000000000004.cfg b/resources/templates/provision/yealink/t26p/y000000000004.cfg index 251d3caf9b..6d9ba6c014 100644 --- a/resources/templates/provision/yealink/t26p/y000000000004.cfg +++ b/resources/templates/provision/yealink/t26p/y000000000004.cfg @@ -704,8 +704,8 @@ local_time.time_zone = {$yealink_time_zone} local_time.time_zone_name = {$yealink_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} +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -735,7 +735,7 @@ local_time.time_format = {$yealink_time_format} local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} #Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. local_time.manual_time_enable = diff --git a/resources/templates/provision/yealink/t27p/y000000000045.cfg b/resources/templates/provision/yealink/t27p/y000000000045.cfg index 2a5d9703ab..23abe90e67 100644 --- a/resources/templates/provision/yealink/t27p/y000000000045.cfg +++ b/resources/templates/provision/yealink/t27p/y000000000045.cfg @@ -392,9 +392,17 @@ lang.gui = English ####################################################################################### ## Time ## ####################################################################################### + +#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 = {$yealink_time_zone} +local_time.time_zone_name = {$yealink_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 = cn.pool.ntp.org -local_time.ntp_server2 = cn.pool.ntp.org +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -409,24 +417,25 @@ 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 = {$yealink_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 = {$yealink_time_zone_end_time} -#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is 60. -local_time.offset_time = +#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. +local_time.offset_time = {$yealink_offset_time} #Configure the time format; 0-12 Hour, 1-24 Hour (default); -local_time.time_format = +local_time.time_format = {$yealink_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 = +local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} -local_time.manual_time_enable = 0 +#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. +local_time.manual_time_enable = ####################################################################################### ## Auto Redial ## @@ -1396,8 +1405,8 @@ local_time.time_zone = {$yealink_time_zone} local_time.time_zone_name = {$yealink_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} +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = diff --git a/resources/templates/provision/yealink/t28p/y000000000000.cfg b/resources/templates/provision/yealink/t28p/y000000000000.cfg index 293a5657b2..3452e66b11 100644 --- a/resources/templates/provision/yealink/t28p/y000000000000.cfg +++ b/resources/templates/provision/yealink/t28p/y000000000000.cfg @@ -704,8 +704,8 @@ local_time.time_zone = {$yealink_time_zone} local_time.time_zone_name = {$yealink_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} +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -735,7 +735,7 @@ local_time.time_format = {$yealink_time_format} local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} #Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. local_time.manual_time_enable = diff --git a/resources/templates/provision/yealink/t29g/y000000000046.cfg b/resources/templates/provision/yealink/t29g/y000000000046.cfg index 5fa32a7f28..ad3b50bacf 100644 --- a/resources/templates/provision/yealink/t29g/y000000000046.cfg +++ b/resources/templates/provision/yealink/t29g/y000000000046.cfg @@ -392,9 +392,17 @@ lang.gui = English ####################################################################################### ## Time ## ####################################################################################### + +#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 = {$yealink_time_zone} +local_time.time_zone_name = {$yealink_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 = cn.pool.ntp.org -local_time.ntp_server2 = cn.pool.ntp.org +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -409,24 +417,25 @@ 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 = {$yealink_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 = {$yealink_time_zone_end_time} -#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is 60. -local_time.offset_time = +#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. +local_time.offset_time = {$yealink_offset_time} #Configure the time format; 0-12 Hour, 1-24 Hour (default); -local_time.time_format = +local_time.time_format = {$yealink_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 = +local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} -local_time.manual_time_enable = 0 +#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. +local_time.manual_time_enable = ####################################################################################### ## Auto Redial ## diff --git a/resources/templates/provision/yealink/t32g/y000000000032.cfg b/resources/templates/provision/yealink/t32g/y000000000032.cfg index 5376ae4084..e47b1bba19 100644 --- a/resources/templates/provision/yealink/t32g/y000000000032.cfg +++ b/resources/templates/provision/yealink/t32g/y000000000032.cfg @@ -704,8 +704,8 @@ local_time.time_zone = {$yealink_time_zone} local_time.time_zone_name = {$yealink_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} +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -735,7 +735,7 @@ local_time.time_format = {$yealink_time_format} local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} #Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. local_time.manual_time_enable = diff --git a/resources/templates/provision/yealink/t38g/y000000000038.cfg b/resources/templates/provision/yealink/t38g/y000000000038.cfg index 5199d8e0d6..c8e8c7a8fe 100644 --- a/resources/templates/provision/yealink/t38g/y000000000038.cfg +++ b/resources/templates/provision/yealink/t38g/y000000000038.cfg @@ -704,8 +704,8 @@ local_time.time_zone = {$yealink_time_zone} local_time.time_zone_name = {$yealink_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} +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -735,7 +735,7 @@ local_time.time_format = {$yealink_time_format} local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} #Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. local_time.manual_time_enable = diff --git a/resources/templates/provision/yealink/t41p/y000000000036.cfg b/resources/templates/provision/yealink/t41p/y000000000036.cfg index 711dcf5934..361bdd39ec 100644 --- a/resources/templates/provision/yealink/t41p/y000000000036.cfg +++ b/resources/templates/provision/yealink/t41p/y000000000036.cfg @@ -432,9 +432,17 @@ lang.gui = English ####################################################################################### ## Time ## ####################################################################################### + +#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 = {$yealink_time_zone} +local_time.time_zone_name = {$yealink_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 = cn.pool.ntp.org -local_time.ntp_server2 = cn.pool.ntp.org +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -449,24 +457,25 @@ 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 = {$yealink_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 = {$yealink_time_zone_end_time} -#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is 60. -local_time.offset_time = +#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. +local_time.offset_time = {$yealink_offset_time} #Configure the time format; 0-12 Hour, 1-24 Hour (default); -local_time.time_format = +local_time.time_format = {$yealink_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 = +local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} -local_time.manual_time_enable = 0 +#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. +local_time.manual_time_enable = ####################################################################################### ## Auto Redial ## diff --git a/resources/templates/provision/yealink/t42g/y000000000029.cfg b/resources/templates/provision/yealink/t42g/y000000000029.cfg index b89d56ae5c..a3ff962818 100644 --- a/resources/templates/provision/yealink/t42g/y000000000029.cfg +++ b/resources/templates/provision/yealink/t42g/y000000000029.cfg @@ -432,9 +432,17 @@ lang.gui = English ####################################################################################### ## Time ## ####################################################################################### + +#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 = {$yealink_time_zone} +local_time.time_zone_name = {$yealink_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 = cn.pool.ntp.org -local_time.ntp_server2 = cn.pool.ntp.org +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -449,24 +457,25 @@ 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 = {$yealink_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 = {$yealink_time_zone_end_time} -#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is 60. -local_time.offset_time = +#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. +local_time.offset_time = {$yealink_offset_time} #Configure the time format; 0-12 Hour, 1-24 Hour (default); -local_time.time_format = +local_time.time_format = {$yealink_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 = +local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} -local_time.manual_time_enable = 0 +#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. +local_time.manual_time_enable = ####################################################################################### ## Auto Redial ## @@ -1436,8 +1445,8 @@ local_time.time_zone = {$yealink_time_zone} local_time.time_zone_name = {$yealink_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} +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = diff --git a/resources/templates/provision/yealink/t46g/y000000000028.cfg b/resources/templates/provision/yealink/t46g/y000000000028.cfg index cddfdbab4c..e32b85a9bc 100644 --- a/resources/templates/provision/yealink/t46g/y000000000028.cfg +++ b/resources/templates/provision/yealink/t46g/y000000000028.cfg @@ -432,8 +432,8 @@ lang.gui = English ## Time ## ####################################################################################### #Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org. -local_time.ntp_server1 = cn.pool.ntp.org -local_time.ntp_server2 = cn.pool.ntp.org +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -1435,8 +1435,8 @@ local_time.time_zone = {$yealink_time_zone} local_time.time_zone_name = {$yealink_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} +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -1466,7 +1466,7 @@ local_time.time_format = {$yealink_time_format} local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} #Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. local_time.manual_time_enable = diff --git a/resources/templates/provision/yealink/t48g/y000000000035.cfg b/resources/templates/provision/yealink/t48g/y000000000035.cfg index f02974ea4c..3171e91634 100644 --- a/resources/templates/provision/yealink/t48g/y000000000035.cfg +++ b/resources/templates/provision/yealink/t48g/y000000000035.cfg @@ -433,8 +433,8 @@ lang.gui = English ## Time ## ####################################################################################### #Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org. -local_time.ntp_server1 = cn.pool.ntp.org -local_time.ntp_server2 = cn.pool.ntp.org +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -1436,8 +1436,8 @@ local_time.time_zone = {$yealink_time_zone} local_time.time_zone_name = {$yealink_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} +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -1467,7 +1467,7 @@ local_time.time_format = {$yealink_time_format} local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} #Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. local_time.manual_time_enable = diff --git a/resources/templates/provision/yealink/t49g/y000000000051.cfg b/resources/templates/provision/yealink/t49g/y000000000051.cfg index f02974ea4c..0be55727d7 100644 --- a/resources/templates/provision/yealink/t49g/y000000000051.cfg +++ b/resources/templates/provision/yealink/t49g/y000000000051.cfg @@ -432,9 +432,17 @@ lang.gui = English ####################################################################################### ## Time ## ####################################################################################### + +#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 = {$yealink_time_zone} +local_time.time_zone_name = {$yealink_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 = cn.pool.ntp.org -local_time.ntp_server2 = cn.pool.ntp.org +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -449,24 +457,25 @@ 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 = {$yealink_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 = {$yealink_time_zone_end_time} -#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is 60. -local_time.offset_time = +#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank. +local_time.offset_time = {$yealink_offset_time} #Configure the time format; 0-12 Hour, 1-24 Hour (default); -local_time.time_format = +local_time.time_format = {$yealink_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 = +local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} -local_time.manual_time_enable = 0 +#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. +local_time.manual_time_enable = ####################################################################################### ## Auto Redial ## diff --git a/resources/templates/provision/yealink/vp530/y000000000023.cfg b/resources/templates/provision/yealink/vp530/y000000000023.cfg index 7330770293..ce92a7993c 100644 --- a/resources/templates/provision/yealink/vp530/y000000000023.cfg +++ b/resources/templates/provision/yealink/vp530/y000000000023.cfg @@ -609,8 +609,8 @@ local_time.time_zone = {$yealink_time_zone} local_time.time_zone_name = {$yealink_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} +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #Configure the update interval (in seconds) when using the NTP server. The default value is 1000. local_time.interval = @@ -640,7 +640,7 @@ local_time.time_format = {$yealink_time_format} local_time.date_format = {$yealink_date_format} #Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = +local_time.dhcp_time = {$yealink_dhcp_time} #Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. local_time.manual_time_enable = diff --git a/resources/templates/provision/yealink/w52p/y000000000025.cfg b/resources/templates/provision/yealink/w52p/y000000000025.cfg index c030a37a9e..ff071656e6 100644 --- a/resources/templates/provision/yealink/w52p/y000000000025.cfg +++ b/resources/templates/provision/yealink/w52p/y000000000025.cfg @@ -217,14 +217,14 @@ local_time.time_zone = {$yealink_time_zone} local_time.time_zone_name = {$yealink_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} +local_time.ntp_server1 = {$ntp_server_primary} +local_time.ntp_server2 = {$ntp_server_secondary} #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 = 0 +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 = @@ -238,18 +238,21 @@ local_time.start_time = {$yealink_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 = {$yealink_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 = {$yealink_offset_time} -#Enable or disable the DHCP time, 0-Disabled (default), 1-Enabled; -local_time.dhcp_time = - #Configure the time format; 0-12 Hour, 1-24 Hour (default); local_time.time_format = {$yealink_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 = {$yealink_date_format} +#Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled; +local_time.dhcp_time = {$yealink_dhcp_time} + +#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. +local_time.manual_time_enable = + ####################################################################################### ## Dial Plan ## #######################################################################################