![]() |
[T46G] Action URI problem (SOLVED) - 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: [T46G] Action URI problem (SOLVED) (/showthread.php?tid=41578) |
[T46G] Action URI problem (SOLVED) - ERWIN - 03-02-2018 01:58 PM Hello everybody I try to call using the Action URI feature. I'm not sure of the formating of the http request, please advise correct form. FW version: 28.82.0.30 I tried: Code: http://IP_OF_MY_PHONE/servlet?p=login&q=loginForm&username=admin&pwd=MY_ADMIN_PASSWORD&jumpto=URI&key=number=NUMBER_I_WANT_TO_DIAL The result is always the same, it opens a web page asking for my login credentials. Thank you for your help. RE: [T46G] Action URI problem - ERWIN - 03-16-2018 01:41 PM Bump! RE: [T46G] Action URI problem - complex1 - 03-16-2018 02:10 PM Hi, Please try next string? Code: http(s)://username:password@<IP_OF_MY_PHONE>/servlet?key=number=NUMBER_I_WANT_TO_DIAL Hope this will help. RE: [T46G] Action URI problem - ERWIN - 03-16-2018 02:42 PM Thanks for your input. I found out that this format works in Firefox. Thanks a lot. It is not working in IE though. I consider this case closed for now. |