Yealink Forums

Full Version: T46G not automatically updating
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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
--------------------------------------------
(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?
You should enable it to update everyday for every week.
Reference URL's