abdufaiz
Junior Member
Posts: 1
Joined: Apr 2014
|
Time Source for Phone
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..)
|
|
04-11-2014 03:20 PM |
|
jasit
Member
Posts: 85
Joined: Mar 2013
|
RE: Time Source for Phone
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
(This post was last modified: 04-14-2014 11:49 PM by jasit.)
|
|
04-14-2014 11:49 PM |
|