Yealink Forums
Action URI for AutoProvision Now? - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: T4x Series (/forumdisplay.php?fid=31)
+--- Thread: Action URI for AutoProvision Now? (/showthread.php?tid=2797)



Action URI for AutoProvision Now? - imfloridaguy - 11-18-2014 07:39 PM

I'd like to be able to use the Action URI function to invoke the Autoprovision Now button. Is this possible? I think there is a re-boot command that would work, but Autoprovision Now would be better for my needs.

Is this possible and can you provide the code WITH authentication in the string?

Thanks!


RE: Action URI for AutoProvision Now? - Yealink_Peter - 11-19-2014 04:58 PM

(11-18-2014 07:39 PM)imfloridaguy Wrote:  I'd like to be able to use the Action URI function to invoke the Autoprovision Now button. Is this possible? I think there is a re-boot command that would work, but Autoprovision Now would be better for my needs.

Is this possible and can you provide the code WITH authentication in the string?

Thanks!

Hi imfloridaguy,

Of course you can do like this. Please make settings as bellow,
1.Login your Phone Webpage, go to Features--Remote Control, fill in “any” on “Action URI allow IP List” option
2.Input the command at address bar: http://xxxx/servlet?key=AutoP, modify “xxxx” to your Phone IP.

Notice: It may prompt to ask you to accept the remote control request for the first time, please press “OK”.

Thanks.


RE: Action URI for AutoProvision Now? - imfloridaguy - 11-19-2014 07:57 PM

Peter, Thanks for the info.

Where is the documentation of the list of commands? I see you show "AutoP", but where did you find that (other than just knowing it)?

Also, is there a way to embed the user/pass into the url in step #2? I've seen it somewhere else, but on an older firmware.

Thanks


RE: Action URI for AutoProvision Now? - Yealink_Peter - 11-21-2014 08:50 AM

(11-19-2014 07:57 PM)imfloridaguy Wrote:  Peter, Thanks for the info.

Where is the documentation of the list of commands? I see you show "AutoP", but where did you find that (other than just knowing it)?

Also, is there a way to embed the user/pass into the url in step #2? I've seen it somewhere else, but on an older firmware.

Thanks

Hello imfloridaguy,

Good questions.

1.Please download your IP Phone's Administrator Guide from http://www.yealink.com, and you can get the command list at "Action URI" chapter.
2.When authentication is required, you must enter
“p=login&q=login&username=xxx&pwd=yyy&jumpto=URI&” before the variable “key”. xxx refers to the login user name and yyy refers to the login password. Such as:http://10.4.10.10/servlet?p=login&q=login&username=admin&pwd=admin&jumpto=URI&key=AutoP

Thanks,
B.R,
Peter


RE: Action URI for AutoProvision Now? - imfloridaguy - 11-21-2014 10:42 AM

Thank you Peter.
One last question:
Will this work with firmware version 72, or 73 or both?


RE: Action URI for AutoProvision Now? - Yealink_Peter - 11-21-2014 11:27 AM

(11-21-2014 10:42 AM)imfloridaguy Wrote:  Thank you Peter.
One last question:
Will this work with firmware version 72, or 73 or both?

All work well. You can verify this from each version administrator guide.
for V72, download from http://www.yealink.com
for V73, download from http://forum.yealink.com/forum/announcements.php?aid=8

Thanks.