Yealink Forums
Action URI to hangup call on T3x V70 - 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: T3xP Series (/forumdisplay.php?fid=22)
+---- Thread: Action URI to hangup call on T3x V70 (/showthread.php?tid=439)



Action URI to hangup call on T3x V70 - W3TEL_Support - 05-10-2013 06:31 PM

Hello Seven and Tony,

In V60 we had a action URI to launch calls and hangup. It was working great.

Recently we made changes into our software to make calls. The trusted IP is giving better security.

Our tests with T32G and T38G for making calls are now OK.

Nevertheless, we are searching for the right action URI to hang up calls.

We tried the following URL : http://admin:admin@10.2.11.102/cgi-bin/cgiServer.exx?key=CALLEND but it does not work.

Could you please kindly provide us with the right URL to use ?

FYI we used T32G V32.70.0.131 and T38G V38.70.0.126 with RPS.


RE: Action URI to hangup call on T3x V70 - hugh.irvine - 05-14-2013 09:04 AM

On a related T38G topic, Action URL's on latest firmware 38.70.0.125 now throw an error: "File format error!"

The same Action URL's (from Peter Sichel's Phone Amego on MacOS X) worked properly on previous firmware versions.

BTW - the Action URL's operate correctly - the phone just throws the error on the phone screen.

If its simply a matter of altering what is sent to the phone please let me know and I will forward to Peter.

thanks for any assistance

regards

Hugh


RE: Action URI to hangup call on T3x V70 - CWR - 05-16-2013 05:55 AM

Here is what I have working on 38.70.0.143:

key=X is used to END THE CALL

Here are some others in case someone needs them...
key=OK / answer
key=SPEAKER / speakerphone
key=F_TRANSFER
key=VOLUME_UP
key=VOLUME_DOWN
key=MUTE
key=F_HOLD
key=MSG / message button
key=RD / redial
key=DNDOn
key=DNDOff

There are several more dealing with the dedicated and soft keys.


RE: Action URI to hangup call on T3x V70 - lustenbe - 05-23-2013 04:14 PM

We are facing the same problems with the action URIs. They seem to have changed slightly from previous FW versions. Anyone with a solution or at least a complete list of Action URIs for the latest firmware on the T3x phone series?

Thanks, Felix


RE: Action URI to hangup call on T3x V70 - Yealink Support - 05-24-2013 09:16 AM

Hello all,
Our V70 firmware change the action URI/URL format, please refer to our admin guide(page 151), which can be downloaded form our website:
http://www.yealink.com/Upload/manual/T3X/Yealink_SIP-T3xG_IP%20Phone_Family_Administrator_Guide_V70.pdf
Any other questions please let us know.
Thanks.


RE: Action URI to hangup call on T3x V70 - EarlGrei - 03-13-2014 12:28 AM

The 'file format error' still exists or we were not able to find any kind of information on what the phone is expecting as a return. FW version 38.70.0.125 Please advise. The Action URL actually works and does call out to the remote site. We have one button that redirects and returns an entire HTML page and it seems okay with that but just returning some valid HTML does not seem to make it happy.

--EDIT--
Making the call from a button press like a DSS key on the side of the T38g it works with no error. But placing it on an action like OffHook the error pops up.


RE: Action URI to hangup call on T3x V70 - Yealink Support - 03-13-2014 03:36 PM

Hi EarlGrei,

Do you refer to the admin guide of T3X-V70? Search "ACTION URL"
Yealink_SIP-T3xG_IP Phone_Family_Administrator_Guide_V70


RE: Action URI to hangup call on T3x V70 - psichel - 10-16-2014 08:30 AM

(03-13-2014 03:36 PM)Yealink Support Wrote:  Do you refer to the admin guide of T3X-V70? Search "ACTION URL"
Yealink_SIP-T3xG_IP Phone_Family_Administrator_Guide_V70

I searched the guide as suggested by still see what I believe is the old command format documented:
http://192.168.1.5/cgi-bin/cgiServer.exx?key=MUTE

This format does work but produces a "Format Error" warning at the phone. Would you have any more up-to-date information you can supply?

Kind Regards,

- Peter Sichel
Sustainable Softworks


RE: Action URI to hangup call on T3x V70 - Wilson_Yealink - 10-16-2014 08:22 PM

Hi Peter,

I have tested this format and it can work well. Please try below steps:
1. If your firmware version is not the latest, please upgrade the firmware to the latest.
T38G: 38.70.0.185
T32G: 32.70.0.185

2. Access to web GUI, Click on Phone->Features->Remote Control Security.
Enter the IP address or any in the Trusted Action URI Server List field. Multiple IP addresses are separated by comma. If you set the field to ―any‖, the IP phone receives and handles HTTP GET requests from any IP address. If you leave the field blank, the IP phone cannot receive or handle any HTTP GET request.

3. try this format:
http://IP address of phone/cgi-bin/cgiServer.exx?key= variable value

About the value please refer to the admin guide begin at page 151.
Administrator_Guide

thanks