Add new Yealink time zone variables and update existing ones adding 'yealink_' as a prefix.

This commit is contained in:
Mark Crane 2014-02-08 08:58:28 +00:00
parent b68f35d4b6
commit 32e3dd5045
10 changed files with 80 additions and 74 deletions

View File

@ -700,8 +700,8 @@ 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}
local_time.time_zone_name = {$time_zone_name}
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}
@ -720,19 +720,19 @@ 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 = {$time_zone_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 = {$time_zone_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 blank.
local_time.offset_time =
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 =

View File

@ -700,8 +700,8 @@ 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}
local_time.time_zone_name = {$time_zone_name}
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}
@ -720,19 +720,19 @@ 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 = {$time_zone_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 = {$time_zone_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 blank.
local_time.offset_time =
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 =

View File

@ -700,8 +700,8 @@ 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}
local_time.time_zone_name = {$time_zone_name}
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}
@ -720,19 +720,19 @@ 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 = {$time_zone_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 = {$time_zone_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 blank.
local_time.offset_time =
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 =

View File

@ -700,8 +700,8 @@ 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}
local_time.time_zone_name = {$time_zone_name}
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}
@ -720,19 +720,19 @@ 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 = {$time_zone_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 = {$time_zone_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 blank.
local_time.offset_time =
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 =

View File

@ -706,8 +706,8 @@ 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}
local_time.time_zone_name = {$time_zone_name}
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}
@ -726,19 +726,19 @@ 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 = {$time_zone_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 = {$time_zone_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 blank.
local_time.offset_time =
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 =

View File

@ -682,7 +682,7 @@ action_url.transfer_finished =
action_url.transfer_failed =
#######################################################################################
## Language Settings ##
## Language Settings ##
#######################################################################################
#Specify the web language, the valid values are: English, Chinese_S, Turkish, Portuguese, Spanish, Italian, French, Russian, Deutsch and Czech.
@ -693,15 +693,15 @@ lang.wui =
lang.gui =
#######################################################################################
## Time Settings ##
## 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}
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}
@ -720,19 +720,19 @@ 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 = {$time_zone_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 = {$time_zone_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 blank.
local_time.offset_time =
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 =

View File

@ -1377,8 +1377,8 @@ gui_lang.delete =
#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}
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}
@ -1397,19 +1397,19 @@ 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 = {$time_zone_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 = {$time_zone_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 blank.
local_time.offset_time =
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 =

View File

@ -1377,8 +1377,8 @@ gui_lang.delete =
#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}
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}
@ -1397,19 +1397,19 @@ 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 = {$time_zone_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 = {$time_zone_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 blank.
local_time.offset_time =
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 =

View File

@ -3,12 +3,12 @@
##File header "#!version:1.0.0.1" can not be edited or deleted.##
#######################################################################################
## Network ##
## Network ##
#######################################################################################
#Configure the WAN port type; 0-DHCP(default), 1-PPPoE, 2-Static IP Address;
#Require reboot;
network.internet_port.type =
network.internet_port.type =
#Configure the static IP address, submask, gateway and DNS server.
#Require reboot;
@ -605,8 +605,8 @@ lang.gui = English
#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}
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}
@ -625,19 +625,19 @@ 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 = {$time_zone_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 = {$time_zone_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 blank.
local_time.offset_time =
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 =

View File

@ -203,12 +203,12 @@ lang.wui =
#The default time zone name is China(Beijing).
#local_time.time_zone = +8
#local_time.time_zone_name = China(Beijing)
local_time.time_zone = -7
local_time.time_zone_name =
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 =
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 =
@ -223,17 +223,23 @@ 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 minutes). It ranges from -300 to 300, the default value is 60.
local_time.offset_time =
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}
#######################################################################################
## Dial Plan ##
#######################################################################################