From 32e3dd5045d1a4745906f524bb16fcda959cd7bc Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 8 Feb 2014 08:58:28 +0000 Subject: [PATCH] Add new Yealink time zone variables and update existing ones adding 'yealink_' as a prefix. --- .../provision/yealink/t20p/y000000000007.cfg | 14 ++++++------- .../provision/yealink/t22p/y000000000005.cfg | 14 ++++++------- .../provision/yealink/t26p/y000000000004.cfg | 14 ++++++------- .../provision/yealink/t28p/y000000000000.cfg | 14 ++++++------- .../provision/yealink/t32g/y000000000032.cfg | 14 ++++++------- .../provision/yealink/t38g/y000000000038.cfg | 18 ++++++++--------- .../provision/yealink/t42g/y000000000029.cfg | 14 ++++++------- .../provision/yealink/t46g/y000000000028.cfg | 14 ++++++------- .../provision/yealink/vp530/y000000000023.cfg | 18 ++++++++--------- .../provision/yealink/w52p/y000000000025.cfg | 20 ++++++++++++------- 10 files changed, 80 insertions(+), 74 deletions(-) diff --git a/resources/templates/provision/yealink/t20p/y000000000007.cfg b/resources/templates/provision/yealink/t20p/y000000000007.cfg index 9431c51a5d..e19246fce3 100644 --- a/resources/templates/provision/yealink/t20p/y000000000007.cfg +++ b/resources/templates/provision/yealink/t20p/y000000000007.cfg @@ -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 = diff --git a/resources/templates/provision/yealink/t22p/y000000000005.cfg b/resources/templates/provision/yealink/t22p/y000000000005.cfg index 7038c9a428..85bc6fd874 100644 --- a/resources/templates/provision/yealink/t22p/y000000000005.cfg +++ b/resources/templates/provision/yealink/t22p/y000000000005.cfg @@ -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 = diff --git a/resources/templates/provision/yealink/t26p/y000000000004.cfg b/resources/templates/provision/yealink/t26p/y000000000004.cfg index 0a6c191b38..a5faf593ba 100644 --- a/resources/templates/provision/yealink/t26p/y000000000004.cfg +++ b/resources/templates/provision/yealink/t26p/y000000000004.cfg @@ -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 = diff --git a/resources/templates/provision/yealink/t28p/y000000000000.cfg b/resources/templates/provision/yealink/t28p/y000000000000.cfg index 1c35d89dff..593764f10c 100644 --- a/resources/templates/provision/yealink/t28p/y000000000000.cfg +++ b/resources/templates/provision/yealink/t28p/y000000000000.cfg @@ -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 = diff --git a/resources/templates/provision/yealink/t32g/y000000000032.cfg b/resources/templates/provision/yealink/t32g/y000000000032.cfg index 3b2c27cfe9..33215e8ef6 100644 --- a/resources/templates/provision/yealink/t32g/y000000000032.cfg +++ b/resources/templates/provision/yealink/t32g/y000000000032.cfg @@ -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 = diff --git a/resources/templates/provision/yealink/t38g/y000000000038.cfg b/resources/templates/provision/yealink/t38g/y000000000038.cfg index b7e7538410..f60583226e 100644 --- a/resources/templates/provision/yealink/t38g/y000000000038.cfg +++ b/resources/templates/provision/yealink/t38g/y000000000038.cfg @@ -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 = diff --git a/resources/templates/provision/yealink/t42g/y000000000029.cfg b/resources/templates/provision/yealink/t42g/y000000000029.cfg index c06854e5e4..b7c0431855 100644 --- a/resources/templates/provision/yealink/t42g/y000000000029.cfg +++ b/resources/templates/provision/yealink/t42g/y000000000029.cfg @@ -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 = diff --git a/resources/templates/provision/yealink/t46g/y000000000028.cfg b/resources/templates/provision/yealink/t46g/y000000000028.cfg index 2400e3e600..8a0d0d2ac9 100644 --- a/resources/templates/provision/yealink/t46g/y000000000028.cfg +++ b/resources/templates/provision/yealink/t46g/y000000000028.cfg @@ -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 = diff --git a/resources/templates/provision/yealink/vp530/y000000000023.cfg b/resources/templates/provision/yealink/vp530/y000000000023.cfg index 23675961cb..097224e12e 100644 --- a/resources/templates/provision/yealink/vp530/y000000000023.cfg +++ b/resources/templates/provision/yealink/vp530/y000000000023.cfg @@ -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 = diff --git a/resources/templates/provision/yealink/w52p/y000000000025.cfg b/resources/templates/provision/yealink/w52p/y000000000025.cfg index b892b780dc..e7287e2fa8 100644 --- a/resources/templates/provision/yealink/w52p/y000000000025.cfg +++ b/resources/templates/provision/yealink/w52p/y000000000025.cfg @@ -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 ## #######################################################################################