Yealink Forums

Full Version: Action URI response
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Reference URL's