Yealink Forums

Full Version: Turn on MUTE when a call is established using Action URL and URI not successful
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

T20P
Firmware Version 9.70.0.140
Hardware Version 7.0.1.62

Q1. I want to turn on MUTE when a call is established. I thinking
of putting the following in the Action URL's Call Established Field:

http://admin:admin@$ip/cgi-bin/ConfigManApp.com?key=MUTE

where $ip is the IP address of the T20P which will be dynamically replaced by the OS of the T20P. Is it possible ? or Should the $ip be replaced with 127.0.0.1 ? I tried both, does not seems to work.

Q2. Is Action URI supported by the T20P ? How do i verify it ? I try sending the Action URI on the web browser:

http://admin:admin@192.168.1.105/cgi-bin...m?key=MUTE

But it does not seems to affect the T20P when a call is on going.

Thanks!
Hi Acpan,
In our V70 firmware, first, you should fill your PC address(or fill any) to trusted action URI server list, as below attached picture shows.
Then you can remote control the phone, the first time you do this, the phone LCD will prompt that warning you that someone is asking remote control your phone, then you can press Ok, and action URI will work, and the next time, it will not prompt this again.

I tried this, and wrks well:
http://10.2.10.125/cgi-bin/ConfigManApp.com?key=MUTE

About this $ip, you should input an IP address.
Thanks.
Hi,

I tested and the result is probably not what i wanted.

What i need is when a call is received and answered, the phone is automatically muted
using the Action URL: http://10.2.10.125/cgi-bin/ConfigManApp.com?key=MUTE.

So no extra step using the PC browser is needed as you suggested.

I think the purpose of the Action URL is to automate certain key press
task based on the call status of the phone, so if i want to automate a mute
is on when a call is received, i should be able to use the Action URL.

Is it possible ?
Hi Acpan,
I think this need to be acheived with your PBX.
First, you can fill the action URL link in the "Call Established" as attached picture shows.
Then your PBX will receive this message, and know the phone is in a call, and PBX send MUTE message(for example "http://10.2.10.125/cgi-bin/ConfigManApp.com?key=MUTE") to make the phone mute immediatelly.
Reference URL's