Yealink Forums
Auto Provision Url - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: FAQs etc (/forumdisplay.php?fid=38)
+--- Forum: V73 Official Firmware (/forumdisplay.php?fid=41)
+--- Thread: Auto Provision Url (/showthread.php?tid=3098)



Auto Provision Url - zamsler - 01-06-2015 01:05 AM

It seems that v73 has changed the behavior of Auto Provision URL with what I have seen.

We have a custom PHP based provisioning system. It works just fine on v72
Code:
URL: http://172.16.255.10:8080/?action=provision&profile=36LxBu0ojE5H16eCGroOYEMaOlS2rra&client=b855061619ba4cd15df0aaf5325fd405b&phone=$MA&z=
Examples:
v73 Request to web server:
Code:
[04/Jan/2015:23:01:34 -0500] "GET /y000000000004.cfg HTTP/1.1" 400 749 "-" "Yealink SIP-T26P 6.73.0.40 00:15:65:39:XXXX"
It does not follow the full URL given to it.

v72 Requests to web server:
Code:
[04/Jan/2015:23:24:24 -0500] "GET /?action=provision&profile=36LxBu0ojE5H16eCGroOYEMaOlS2rra&client=b855061619ba4cd15df0aaf5325fd405b&phone=00156539XXXX&z=/y000000000004.cfg HTTP/1.1" 200 872 "-" "Yealink SIP-T26P 6.72.0.80 00:15:65:39:XXXX"
This is the desired.
---------------

This has been tested on T26 so far. 3 different phones. We setup a W52 last week and had to manually program it because of the same behavior. This morning I checked the firmware files and it was v73.

TIA

Zac