Yealink Forums
y000000000000.boot and encrypted config files - 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: y000000000000.boot and encrypted config files (/showthread.php?tid=43578)



y000000000000.boot and encrypted config files - kapetrosyan - 01-06-2020 05:18 AM

Hello,
Currently, I'm using an old auto-provisioning mechanism.
Now I'm trying to switch to new mechanism, but the phone is not requesting mac_Security.enc files after downloading y000000000000.boot file.
Here is my .boot file. Please help

#!version:1.0.0.1
## The header above must appear as-is in the first line
##[$MODEL]include:config <xxx.cfg>
##[$MODEL,$MODEL]include:config "xxx.cfg"

[T53W]include:config <y000000000095.cfg>
include:config <$MAC.cfg>
overwrite_mode = 1
specific_model.excluded_mode=0


RE: y000000000000.boot and encrypted config files - kapetrosyan - 01-08-2020 05:12 AM

any feedback?


RE: y000000000000.boot and encrypted config files - jolouis - 01-08-2020 10:26 PM

(01-08-2020 05:12 AM)kapetrosyan Wrote:  any feedback?

Check this document that describes how it works in both the old and new provisioning setups:
Yealink Configuration Encryption Tool User Guide_V82_20.pdf

Look specifically starting around page 10 where it talks about using the "New Provisioning". Key is you need to make sure you have static.auto_provision.aes_key_in_file=1

Set in an unencrypted configuration file that the .boot file requests BEFORE the other encrypted config files.


RE: y000000000000.boot and encrypted config files - kapetrosyan - 01-09-2020 03:41 AM

It still not working for me.
Can you please provide me with the sample of working files?
I need only
y000000000000.boot
y000000000095.cfg (non encrypted)
mac.cfg (encrypted) (i will do encryption part)

If you can provide with the working sample of the files, i will set my phones mac address for mac.cfg, i will encrypt it and try to provision.
Thanks!


RE: y000000000000.boot and encrypted config files - jolouis - 01-09-2020 02:46 PM

Did you make sure that "static.auto_provision.aes_key_in_file=1" was in your non-encrypted "y000000000095.cfg" file?

The rest of your setup looks ok. I don't have access to my test provisioning system right now but I'll try and run your files tomorrow and confirm that they are working properly on my side.


RE: y000000000000.boot and encrypted config files - kapetrosyan - 01-10-2020 05:49 AM

Yes, here are my y000000000095.cfg and y000000000000.boot files.
https://www.dropbox.com/s/hmys3pp8ee0jcjx/yealink_prov_issue.zip?dl=0


RE: y000000000000.boot and encrypted config files - kapetrosyan - 01-17-2020 11:22 PM

Hello,
Any feedback on my issue?