Yealink Forums
T46G not automatically updating - 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: T46G not automatically updating (/showthread.php?tid=1372)



T46G not automatically updating - JamesK - 03-08-2014 01:38 AM

Ok I have the configuration file set up to check for a new configuration file. But either i have something wrong or it will not update. the T46G is on 28.72.0.1 firmware. with hardware 28.2.0.128.0.0.0

I have this coded:
auto_provision.mode = 1
auto_provision.pnp_enable = 1
auto_provision.dhcp_option.enable = 1
auto_provision.dhcp_option.list_user_options =
auto_provision.repeat.enable = 1
auto_provision.repeat.minutes = 1440
auto_provision.weekly.enable = 0
auto_provision.weekly.mask = 0123456
auto_provision.weekly.begin_time = 11:00
auto_provision.weekly.end_time = 11:15

based on this the phones every day between 11am and 1115am should check for a new configuration file and down load it. but it is not.

I have checked the phone itself via the web gui to make sure all the settings are there and ready to go. I can hit the button auto provision and it works. But if i sit there and wait the phone does nothing. Am I missing something or is there more to it?


RE: T46G not automatically updating - Yealink Support - 03-10-2014 06:42 PM

Please set syntax "auto_provision.weekly.enable = " as 1
----------------------------------------------
#!version:1.0.0.1

auto_provision.mode = 1
auto_provision.pnp_enable = 1
auto_provision.dhcp_option.enable = 1
auto_provision.dhcp_option.list_user_options =
auto_provision.repeat.enable = 1
auto_provision.repeat.minutes = 1440
auto_provision.weekly.enable = 1
auto_provision.weekly.mask = 0123456
auto_provision.weekly.begin_time = 11:00
auto_provision.weekly.end_time = 11:15
--------------------------------------------


RE: T46G not automatically updating - JamesK - 03-11-2014 09:34 PM

(03-10-2014 06:42 PM)Yealink Support Wrote:  Please set syntax "auto_provision.weekly.enable = " as 1
----------------------------------------------
#!version:1.0.0.1

auto_provision.mode = 1
auto_provision.pnp_enable = 1
auto_provision.dhcp_option.enable = 1
auto_provision.dhcp_option.list_user_options =
auto_provision.repeat.enable = 1
auto_provision.repeat.minutes = 1440
auto_provision.weekly.enable = 1
auto_provision.weekly.mask = 0123456
auto_provision.weekly.begin_time = 11:00
auto_provision.weekly.end_time = 11:15
--------------------------------------------

why does the weekly need to be on if i have it set to daily?


RE: T46G not automatically updating - Yealink Support - 03-13-2014 10:55 AM

You should enable it to update everyday for every week.