Yealink Forums
Time Source for Phone - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Auto Provisioning (/forumdisplay.php?fid=14)
+--- Thread: Time Source for Phone (/showthread.php?tid=1558)



Time Source for Phone - abdufaiz - 04-11-2014 03:20 PM

I have an installation for Yealink phones (T22, T38G & T41P) with 3CX PhoneSystem 12 where the phones are on a voice network with no Internet access. However, the 3CX server has two network cards: one for voice the other for data with network access.
How can I set the time source of Yealink phone to get the correct time and date (through 3CX server..)


RE: Time Source for Phone - CWR - 04-11-2014 11:45 PM

perhaps there is some software you can run on the Windows server to be a time master.. then point the phones to the phone server ip as time authority.


RE: Time Source for Phone - jasit - 04-14-2014 11:49 PM

if you edit the template files on you 3cx install, you can make changes to the NTP server and give it a different address and also make sure you have the AutoDST.xml file in your provisioning folder and set local_time.summer_time = 2

################################################################################​#######
## Local Contact/DST Time/Dialnow Rule/Replace Rule ##
################################################################################​#######
local_contact.data.url =http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/ContactData.xml
auto_dst.url =http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/AutoDST.xml
dialplan_dialnow.url =http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/DialNow.xml
dialplan_replace_rule.url =http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/DialPlan.xml



#Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org.
local_time.ntp_server1 = %%param::time_ntp_server%%
local_time.ntp_server2 = %%param::time_ntp_server%%

#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 = %%dstEnableDisable%%
local_time.summer_time = 2

if you edit the template files on you 3cx install, you can make changes to the NTP server and give it a different address and also make sure you have the AutoDST.xml file in your provisioning folder and set local_time.summer_time = 2

################################################################################​#######
## Local Contact/DST Time/Dialnow Rule/Replace Rule ##
################################################################################​#######
local_contact.data.url =http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/ContactData.xml
auto_dst.url =http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/AutoDST.xml
dialplan_dialnow.url =http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/DialNow.xml
dialplan_replace_rule.url =http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/DialPlan.xml



#Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org.
local_time.ntp_server1 = %%param::time_ntp_server%%
local_time.ntp_server2 = %%param::time_ntp_server%%

#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 = %%dstEnableDisable%%
local_time.summer_time = 2