jasit
Member
Posts: 85
Joined: Mar 2013
|
RE: 3CX and Yealink T-32G phones
sounds like your provision file is messed up. Weird about the 7 am piece, what version of 3cx are you using. If you need a new copy of the template file, I can send you a copy of mine.
#######################################################################################
## Auto Provisioning ##
#######################################################################################
#Enable or disable the Plug and Play feature; 0-Disabled, 1-Enabled (default);
auto_provision.pnp_enable = 1
#Enable or disable the phone to check new configuration when powered on; 0-Disabled, 1-Enabled (default);
auto_provision.mode = 1
#Enable or disable the phone to check the new configuration weekly; 0-Disabled (default), 1-Enabled;
auto_provision.repeat.enable = 0
#Configure the interval (in minutes) the phone repeatedly checks the new configuration. The default is 1440.
auto_provision.repeat.minutes =
#Enable or disable the phone to check the new configuration repeatedly; 0-Disabled (default), 1-Enabled;
auto_provision.weekly.enable = 1
#Configure the week time the phone checks the new configuration. Applicable when the auto provisioning mode is configured as weekly or power on + weekly;
auto_provision.weekly.mask = 0123456
auto_provision.weekly.begin_time = 04:00
auto_provision.weekly.end_time = 05:00
#auto_provision.weekly.mask =
#auto_provision.weekly.begin_time =
#auto_provision.weekly.end_time =
#Configure the URL of the auto provisioning server.
{if network=LOCALLAN}
auto_provision.server.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/
auto_provision.server.username =
auto_provision.server.password =
{ENDIF}
{IF network=REMOTESTUN}
auto_provision.server.username =
auto_provision.server.password =
auto_provision.server.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/
{ENDIF}
{IF network=REMOTESPM}
auto_provision.server.url = http://%%param::PBXPUBLICIP%%:%%pbx_http_port%%/provisioning/
auto_provision.server.username =
auto_provision.server.password =
{ENDIF}
mine are set to provision between 4 am and 5 am. also make sure your timezone is setup correctly.
Also, when you want to update the provision files on all of your 3cx phones at the same time, you open the Time settings screen and make a change to the datae of DST. when you hit save it will update all the configs. the next time the phones auto provision, they all should get the new update.
|
|
12-03-2014 04:30 AM |
|