Yealink Forums
placing an call on T28 with recent firmware - 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: T2xP Series (/forumdisplay.php?fid=21)
+---- Thread: placing an call on T28 with recent firmware (/showthread.php?tid=1150)

Pages: 1 2


placing an call on T28 with recent firmware - johandezwaan - 01-08-2014 05:56 PM

Hello,

we are trying to place an call on an T28 phone using the 3cx myphone client. i've placed these URL's in myphone.

Code:
http://user:pass@172.18.50.101/cgi-bin/ConfigManApp.com?Id=34&Command=1&Number=%number%&Account=@331
Code:
http://user:pass@172.18.50.101/cgi-bin/ConfigManApp.com?Id=34&Command=1&Number=%number%&Account=%account%

i've already set the Action URI allow IP List to any but that doesn't work either.
We've tried it with firmware 2.71.0.168 and 2.72.0.1
it worked on an T26 phone with the .70 firmwares.

does anyone have an solution for this and is there an way we can test the url using an browser?

regards,
Johan.


i.ve just downgraded the firmware to 2.70.0.150 and than the feature does work. do we have to change the URL for the new firmwares?

regards,
Johan.


RE: placing an call on T28 with recent firmware - Yealink Support - 01-09-2014 05:10 PM

Hi johandezwaan,

In version71, we use new format of the ACTION URI.
Please follow below format to control the phone. Smile
-----------------------------------------------------
http(s)://phone IP address/servlet?key=variable value.
------------------------------------------------
When authentication is required, you must enter
“p=login&q=login&username=xxx&pwd=yyy&jumpto=URI&” before the variable
“key”. xxx refers to the login user name and yyy refers to the login password.

You can refer to more details from page 166 in below admin guide.
http://www.yealink.com/Upload/T2X/2014102/Yealink_SIP-T2xP_and_SIP-T19P_IP_Phone_Family_Administrator_Guide_V72_1.pdf


RE: placing an call on T28 with recent firmware - johandezwaan - 01-13-2014 08:44 PM

Hello Thanks for the reply,

we now can successfully place an call from our browser, but the myphone client won't call when we fill in the following code.

Code:
http://172.18.50.101/servlet?p=login&q=login&username=user&pwd=pass&jumpto=URI&key=number=%number%&outgoing_uri=331

Is this an 3CX issue? we tested it with the firmware supported by 3CX.

Kind Regards,
Johan de Zwaan


RE: placing an call on T28 with recent firmware - CWR - 01-14-2014 02:15 AM

Are the phones set to allow calls from the server?
Phone
Features
Remote Control Security
Trusted Action URI Server List
Enter Server IP, or ANY for all

I sue this on my T46 with Firmware 28.71.0.155 on 3cx v11 SP4.

http://user:22222@10.0.3.65/servlet?number=%number%


RE: placing an call on T28 with recent firmware - Yealink Support - 01-14-2014 02:27 PM

Thanks to craigreilly. @Johan, please make sure that you have followed the steps and allowed the IP.


RE: placing an call on T28 with recent firmware - johandezwaan - 01-14-2014 03:40 PM

I double checked the server list and already shows any, so that won't be the problem.
i also tried http and https and replaced all the variables to hard text in the myphone application but none of them seem to work.

Regards,
Johan de Zwaan


RE: placing an call on T28 with recent firmware - Yealink Support - 01-14-2014 04:20 PM

Hi Johan,

It is hard to check the problem of yours. It is better that i can remote control and troubleshoot your problem.


RE: placing an call on T28 with recent firmware - johandezwaan - 01-16-2014 06:13 PM

Hello,

I tried executing the URL from the 3CX server in the browser, and that also works.
So my suggestion is the myphone client cannot handle the URL.
i have now placed this issue on the 3CX forum.

I will post my findings here.


RE: placing an call on T28 with recent firmware - Yealink Support - 01-17-2014 04:50 PM

Hi johandezwaan,

Thanks to your reply. Big Grin


RE: placing an call on T28 with recent firmware - johandezwaan - 01-22-2014 03:38 PM

Hello,

Craigreilly gave me an URL witch worked on his T46, but that doesn't seem to work for me. After some testing we pasted the outgoing URI after the URL and now it works!

our code now looks like this:
Code:
http://user:pass@172.18.50.101/servlet?number=%number%&outgoing_uri=%account%

Here is the URL to the 3CX Forum:
http://www.3cx.com/forums/placing-an-call-on-yealink-t28-with-recent-firmware-38697.html

Thanks for the help!
Johan.