RPS & Autoprovisioning issues - 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: RPS & Autoprovisioning issues (/showthread.php?tid=41955) |
RPS & Autoprovisioning issues - 247-support - 07-11-2018 04:13 AM Hi All, I seem to be having a great deal of issues with RPS + Custom configuration Templates. Currently i am using the following setup : Yealink RPS service which redirects al the devices to https://<mysite>.net.au/pro In this folder i have the following 2 files a mac-based bootfile eg. "805ec028e24f.boot" and a cfg file called "phone.cfg" with code snippets below. I have used the 83.30 templates for auto provisioning and currently what is happening is one of 2 things: 1. Phone redirects successfully then after attempting to update i get the message "Update Skipped" and nothing changes on the phone. 2. Phone redirects successfully then after attempting to update i get the message "Config Updated" but none of the configurations have been applied I did get the setup working at one point except for the wallpaper which still is a mystery why it wont upload but alas, I am hoping someone out there may be able to spot something that i have missed, any help would be greatly appreciated The code snippets are below: 805ec028e24f.boot: Code: #!version:1.0.0.1 phone.cfg: Code: #!version:1.0.0.1 So far i know its not a permission issues as i can browse to the files in a web browser, but aside that im in the dark. I am using a T46S with the latest firmware update. Cheers guys RE: RPS & Autoprovisioning issues - johnkiniston - 07-12-2018 07:02 PM in your .boot file try include:config "phone.cfg" Don't specify the model or anything. Have you looked at your http logs? is the phone downloading or is an error being generated in the logs? |