Yealink Forums
Some problem - 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: Some problem (/showthread.php?tid=44977)



Some problem - Andrei9385 - 03-18-2021 06:01 PM

Hi. I make boot file:

y000000000000.boot


#
overwrite_mode = 1
specific_model.excluded_mode = 0

#include:config <tftp://172.16.200.1/test/account.cfg>
include:config <tftp://172.16.200.1/test/805ec0ec37f8.cfg>
include:config <tftp://172.16.200.1/test/805ec0ec38bb.cfg>

All phones get settings from 805ec0ec38bb.cfg

Example:

#!version:1.0.0.1
## Automatically created configuration file ##

#network.dhcp_host_name = ya1005

account.1.user_name = test
account.1.auth_name = test
account.1.password = test
account.1.label = test
account.1.display_name = test


What the problem ?

Second problem: If I go to the phone web interface and change the settings, they will no longer be updated from the config


RE: Some problem - Ivan86 - 03-18-2021 10:50 PM

(03-18-2021 06:01 PM)Andrei9385 Wrote:  Second problem: If I go to the phone web interface and change the settings, they will no longer be updated from the config

You need to disable “static.auto_provision.custom.protect"


RE: Some problem - Andrei9385 - 03-22-2021 07:43 PM

Thank you !