Yealink Forums

Full Version: T46G weekly provision problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Having trouble getting my T46G to provision on the weekly schedule. I use 3CX and am trying to get the proper configuration into the 3CX template to roll this out to all our phones.

So far, I've successful getting the Weekly, Time, and Day Of Week settings configured, but no matter what I do in the template, the Weekly Upgrade Interval and Inactivity Time Expire settings do not populate. I can't find those exact settings in the template.

Any 3CX users out there that have this working correctly?
(10-25-2017 01:50 PM)engine411 Wrote: [ -> ]Having trouble getting my T46G to provision on the weekly schedule. I use 3CX and am trying to get the proper configuration into the 3CX template to roll this out to all our phones.

So far, I've successful getting the Weekly, Time, and Day Of Week settings configured, but no matter what I do in the template, the Weekly Upgrade Interval and Inactivity Time Expire settings do not populate. I can't find those exact settings in the template.

Any 3CX users out there that have this working correctly?

Hi,

Did you add next two parameters to the template?
static.auto_provision.weekly_upgrade_interval =
static.auto_provision.inactivity_time_expire =

After adding these parameters to the template, please restart 3CX services to load the templates.

Hope this will help.
@complex1, that is a good point in the right direction, thank you. What is the meaning of this setting and its value: Weekly Upgrade Interval(0~12week)

I think it means "every x weeks", but what is the difference between a value of 0 and 1? Which value means "every week"?
(10-26-2017 02:32 PM)engine411 Wrote: [ -> ]@complex1, that is a good point in the right direction, thank you. What is the meaning of this setting and its value: Weekly Upgrade Interval(0~12week)

I think it means "every x weeks", but what is the difference between a value of 0 and 1? Which value means "every week"?

Hi,

The difference between a value of 0 and 1 is if it is set to 0 or 1, the IP phone will perform an auto provisioning process every other week.
Do you want to perform an auto provisioning every week, then use the value 2~12

Hope this will help.
Here is my config for this auto provision. What I want is for the phone to reprovision each week on Thursday between 10:40 and 11:05 after it's inactive for 2 minutes. Are these settings correct to accomplish that?

auto_provision.weekly.enable = 1
auto_provision.weekly.dayofweek =
auto_provision.weekly_upgrade_interval = 0
auto_provision.inactivity_time_expire = 2

#Configure the start time of the day for the phone to check new configuration files. The default value is 00:00.
#It is only applicable to "Weekly" and "Power on + Weekly" modes.
#If the desired start time of the day is seven forty-five a.m., the value format is 07:45.
auto_provision.weekly.begin_time = 10:40


#Configure the end time of the day for the phone to check new configuration files. The default time is 00:00.
#It is only applicable to "Weekly" and "Power on + Weekly" modes.
#If the desired end time of the day is seven forty-five p.m., the value format is 19:45.
auto_provision.weekly.end_time = 11:05

#Configure the day of week for the phone to check new configuration files. The default vaule is 0123456.
#0-Sunday,1-Monday,2-Tuesday,3-Wednesday,4-Thursday,5-Friday,6-Saturday;
#It is only applicable to "Weekly" and "Power on + Weekly" modes.
#If the desired week is Monday, Tuesday and Wednesday, the value format is 012.
auto_provision.weekly.mask = 4

(10-26-2017 03:00 PM)complex1 Wrote: [ -> ]
(10-26-2017 02:32 PM)engine411 Wrote: [ -> ]@complex1, that is a good point in the right direction, thank you. What is the meaning of this setting and its value: Weekly Upgrade Interval(0~12week)

I think it means "every x weeks", but what is the difference between a value of 0 and 1? Which value means "every week"?

Hi,

The difference between a value of 0 and 1 is if it is set to 0 or 1, the IP phone will perform an auto provisioning process every other week.
Do you want to perform an auto provisioning every week, then use the value 2~12

Hope this will help.

That doesn't make sense to me, but that's been the case before with Yealink settings that worked when I tried them. I'll try it. Thanks.
This is what I have read in the Admin Guide:
Configures the time interval (in weeks) for the IP phone to perform an auto provisioning.
If it is set to 0, the IP phone will perform an auto provisioning process at the specific day(s) configured by the parameter “static.auto_provision.weekly.dayofweek” every week.
If it is set to other values (for example 3), the IP phone will perform an auto provisioning process at a random day between the specific day(s) configured by the parameter “static.auto_provision.weekly.dayofweek” every three weeks.

Hope this will help.
I'm beginning to think these phones have a bug. I've attached the settings seen in the phone's Web interface. These settings are supposed to say "reprovision every Thursday between 16:54 and 16:58".

But the phone does not reprovision. So regardless of whether my 3CX template is configured correctly, the phone doesn't seem to follow the settings in its web interface.

Questions; maybe my assumptions are wrong.
  1. When the phone reprovisions, it will reboot, right?
  2. Are the settings in my attachment correct? They seem correct per the admin manual.
Hi,

There is no bug.
Your settings are correct and the phone will reboot during/after provisioning,
but the re-provisioning will only take place if you have make changes in the extension in 3CX.
So if there are no changes made in the past week then there is no need to re-provisioning the phone.
Just checked on my T48G running v82 and 3CX 15.5 SP1

Hope this will help.
(10-26-2017 09:47 PM)complex1 Wrote: [ -> ]Hi,

There is no bug.
Your settings are correct and the phone will reboot during/after provisioning,
but the re-provisioning will only take place if you have make changes in the extension in 3CX.
So if there are no changes made in the past week then there is no need to re-provisioning the phone.
Just checked on my T48G running v82 and 3CX 15.5 SP1

Hope this will help.

Okay - thank you for your kind assistance.
Reference URL's