Yealink Forums
Action URI response - 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 response (/showthread.php?tid=45455)



Action URI response - asszem - 10-21-2021 12:30 AM

Hi,

I just started dealing with Action URIs. My goal is to work with keystrokes. E.g:

http://192.168.xxx.xxx/cgi-bin/ConfigManApp.com?key=F1

I noticed that the phone (T42s) executes the instruction okay, but I don’t get info about it in response. The answer in all cases (even if I send the wrong command, for example. key=QT) is just this:

Code:
<html>
<body>
<div id="_RES_INFO_"></div>
</body>
</html>

Can I set up somewhere that the response includes the result of the execution?

Thanks