Yealink Forums
Remote control via action URI - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: General topics (/forumdisplay.php?fid=15)
+--- Thread: Remote control via action URI (/showthread.php?tid=41837)



Remote control via action URI - avayax - 05-21-2018 10:32 PM

I would like to remote control a phone via action URI.
When I do that a popup appears on the phone "allow remote control" which has to be confirmed pysically on the phone.

Is there a way to not ask for that confirmation?


RE: Remote control via action URI - complex1 - 05-22-2018 12:05 PM

(05-21-2018 10:32 PM)avayax Wrote:  I would like to remote control a phone via action URI.
When I do that a popup appears on the phone "allow remote control" which has to be confirmed pysically on the phone.

Is there a way to not ask for that confirmation?

Hi,

I’m not for sure if it will work for you, but please try this:
Login to the phone, then go to Features > Remote Control > Action URI Allow IP List and set it on “any”

Hope this will help.


RE: Remote control via action URI - avayax - 05-22-2018 12:15 PM

(05-22-2018 12:05 PM)complex1 Wrote:  
(05-21-2018 10:32 PM)avayax Wrote:  I would like to remote control a phone via action URI.
When I do that a popup appears on the phone "allow remote control" which has to be confirmed pysically on the phone.

Is there a way to not ask for that confirmation?

Hi,

I’m not for sure if it will work for you, but please try this:
Login to the phone, then go to Features > Remote Control > Action URI Allow IP List and set it on “any”

Hope this will help.

You have to do that for the phone to accept action URIs at all, but when that's set and you send the first action URI, a popup shows on the phone "accept remote control?" and wants you to hit confirm.

As I am remote, I am of course not there to physically press the confirm button, so my question is, can that be done without the phone asking for confirmation?


RE: Remote control via action URI - nSolvePaul - 11-02-2018 11:20 AM

Did you fine a work around as it is most annoying to have to acknowledge this remote control dialog which means a physical interaction.


RE: Remote control via action URI - avayax - 11-02-2018 11:48 AM

You can disable the prompt via using this in the config file:

features.show_action_uri_option = 0


RE: Remote control via action URI - nSolvePaul - 11-02-2018 01:07 PM

(11-02-2018 11:48 AM)avayax Wrote:  You can disable the prompt via using this in the config file:

features.show_action_uri_option = 0

Thanks!