Yealink Forums
T26P Action URI format - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Phone specific topic (/forumdisplay.php?fid=12)
+---- Forum: T2xP Series (/forumdisplay.php?fid=21)
+---- Thread: T26P Action URI format (/showthread.php?tid=2610)



T26P Action URI format - tiziano - 10-22-2014 05:47 PM

Hello to everybody!
I had action URI working perfectly on our T26Ps, until I upgraded to 6.72.0.80.
We use an html page with the phonebook and Firefox extension Telify, to click and call.
The syntax which was working perfectly previously was:
Code:
http://admin:admin@10.0.0.xx/servlet?number=nnnnn&outgoing_uri=
Is it still valid, so we should investigate other settings?
Thanks!Angel


RE: T26P Action URI format - Wilson_Yealink - 10-23-2014 02:33 PM

Hi tiziano,

Please try below syntax to remotely make outbound call.
Code:
http://phoneIP/cgi-bin/ConfigManApp.com?number=xxx&outgoing_uri=xxx
For example, my phone ip is 10.2.40.13, I want to make a outbound call to extansion 2115 via extesion 2118.
The important point is you need to add the server URL at the end of outgoing extension. Just like 2118@10.2.5.113.
The 10.2.5.113 is the PBX server url.

Then, the lastly syntax is below:
Code:
10.2.40.13/servlet?number=2115&outgoing_uri=2118@10.2.5.113

Please try it in your side.
thanks