Yealink Forums

Full Version: Remote configuration overwriting local configuration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

We have several Yealink T23G / T42S which are in v84.0.15 firmware.
On our remote server configuration, each phone got the "auto_provision.custom.protect = 0" option to prevent local setting to overwrite our server configuration (especially for linekeys).

Unfortunately, this does not work. From what we saw, if there is no configuration change on the server side, the phone will not take care of our server configuration and keep the local configuration on the phone.

Is there any other option we can add the remote configuration to force the phone to reload his configuration even if there is no changes?
Or is there an option to disable any local configuration / linekey change on the user side?

Regards.
(03-03-2020 11:59 AM)cdesbouche Wrote: [ -> ]Hello.

We have several Yealink T23G / T42S which are in v84.0.15 firmware.
On our remote server configuration, each phone got the "auto_provision.custom.protect = 0" option to prevent local setting to overwrite our server configuration (especially for linekeys).

Unfortunately, this does not work. From what we saw, if there is no configuration change on the server side, the phone will not take care of our server configuration and keep the local configuration on the phone.

Is there any other option we can add the remote configuration to force the phone to reload his configuration even if there is no changes?
Or is there an option to disable any local configuration / linekey change on the user side?

Regards.

Hi,

After deleting a spam message I just saw your post...

To answer your question..., please try next so the phone will autop every day somewhere between 01:00 and 02:00 o'clock.

Code:
#!version:1.0.0.1

#Enable or disable the phone to check the new configuration weekly; 0-Disabled (default), 1-Enabled;
static.auto_provision.weekly.enable = 1

#Configure the week time the phone checks the new configuration.
static.auto_provision.weekly.dayofweek = 0123456
static.auto_provision.weekly.begin_time = 01:00
static.auto_provision.weekly.end_time = 02:00

Hope this will help.
Reference URL's