![]() |
T46G - Enable Time Zone Selection - Printable Version +- Yealink Forums (http://forum.yealink.com/forum) +-- Forum: IP Phone Series (/forumdisplay.php?fid=4) +--- Forum: T4x Series (/forumdisplay.php?fid=31) +--- Thread: T46G - Enable Time Zone Selection (/showthread.php?tid=1387) |
T46G - Enable Time Zone Selection - solutions@singlesource.net - 03-10-2014 11:24 PM Using T46G behind Broadsoft firmware version 28.71.193.8. I am looking for the configuration file that will allow me to choose a time zone so the phone will display the correct time. Currently this is only available via the GUI. Time zone defaults to -11 Samoa. This is my current configuration: #Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org. local_time.ntp_server1 = %SNTP_SERVER_1% local_time.ntp_server2 = %SNTP_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 = 2 #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 = #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 = #Configure the offset time (in minutes). It ranges from -300 to 300, the default value is 60. local_time.offset_time = #Configure the time format; 0-12 Hour, 1-24 Hour (default); local_time.time_format = 0-12 Hour #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 = local_time.manual_time_enable = 0 Thank you RE: T46G - Enable Time Zone Selection - Yealink Support - 03-11-2014 10:03 AM You can configure in MAC.cfg file with below syntaxs. ---------------------------------------------------------------- #!version:1.0.0.1 ####################################################################################### ## Time ## ####################################################################################### #Configure the time zone and time zone name. The time zone ranges from -11 to +12, the default value is +8. #local_time.time_zone = +8 #local_time.time_zone_name = China(Beijing) local_time.time_zone = local_time.time_zone_name = ---------------------------------------------------------------- You can refer to more details in admin guide of T4X. Yealink_SIP-T4X_IP_Phone_Family_Administrator_Guide_V72_1 |