[YMCS/YDMP Free Trial Program]Yealink would like to offer Free Trial Program of Yealink device management service for our current eligible customers. You can see the details below.
https://www.yealink.com/ydmp-freetrial-2020


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ActionURL-HELP!!!
Author Message
evo Offline
Junior Member
**

Posts: 6
Joined: Sep 2017
Reputation: 0
Post: #1
ActionURL-HELP!!!
What we need is to send by the Action Url on the event INCOMING CALL the number of the number calling.
I reffer to the administrator guide you post, not the same because is not available anymore but from the yealink website aswell.

The structure of an Action Url always seems to be the same

http://192.168.0.20/help.xml?IP=$ip

and following the manual...

action_url.incoming_call (page 318 from my manual)

http://192.168.0.20/help.xml?IP=$ip

So.. using the variable that i need.

$call_id ---- The call_id of the active call
or $calledNumber ---- not sure wich one but tried both

http://192.168.0.20/help.xml?PHONE=$call_id
http://192.168.0.20/help.xml?PHONE=$calledNumber

Where 192.168.0.20 is the IP from the machine that im making the GET request,.
It doesn't work.

Where working on a Yealink T23G

A help will be apreciated!!!

Thanks!!!IdeaIdeaIdeaIdea
09-29-2017 02:55 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Aishion_Yealink Offline
Administrator
*******

Posts: 116
Joined: Mar 2017
Reputation: 1
Post: #2
RE: ActionURL-HELP!!!
(09-29-2017 02:55 PM)evo Wrote:  What we need is to send by the Action Url on the event INCOMING CALL the number of the number calling.
I reffer to the administrator guide you post, not the same because is not available anymore but from the yealink website aswell.

The structure of an Action Url always seems to be the same

http://192.168.0.20/help.xml?IP=$ip

and following the manual...

action_url.incoming_call (page 318 from my manual)

http://192.168.0.20/help.xml?IP=$ip

So.. using the variable that i need.

$call_id ---- The call_id of the active call
or $calledNumber ---- not sure wich one but tried both

http://192.168.0.20/help.xml?PHONE=$call_id
http://192.168.0.20/help.xml?PHONE=$calledNumber

Where 192.168.0.20 is the IP from the machine that im making the GET request,.
It doesn't work.

Where working on a Yealink T23G

A help will be apreciated!!!

Thanks!!!
Dear customer,

Can I kindly know what do you mean Action URL can't work? Please note that the IP should be server IP not phone IP?

I test on my side with the latest V82 firmware, and it works well with $calledNumber and$callerID, the steps are below:

1. Set on Web UI:

   

2. Set my PC IP 10.2.2.2 as a server IP.

3.Make a call and grab the trace file.

4.Then you can see the HTTP GET message that the incoming call number is 321.

   

If any question, please feel free to contact us.

Best Regards

Aishion
09-30-2017 07:50 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Aishion_Yealink Offline
Administrator
*******

Posts: 116
Joined: Mar 2017
Reputation: 1
Post: #3
RE: ActionURL-HELP!!!
(09-29-2017 02:55 PM)evo Wrote:  What we need is to send by the Action Url on the event INCOMING CALL the number of the number calling.
I reffer to the administrator guide you post, not the same because is not available anymore but from the yealink website aswell.

The structure of an Action Url always seems to be the same

http://192.168.0.20/help.xml?IP=$ip

and following the manual...

action_url.incoming_call (page 318 from my manual)

http://192.168.0.20/help.xml?IP=$ip

So.. using the variable that i need.

$call_id ---- The call_id of the active call
or $calledNumber ---- not sure wich one but tried both

http://192.168.0.20/help.xml?PHONE=$call_id
http://192.168.0.20/help.xml?PHONE=$calledNumber

Where 192.168.0.20 is the IP from the machine that im making the GET request,.
It doesn't work.

Where working on a Yealink T23G

A help will be apreciated!!!

Thanks!!!
Dear customer,

Please note that IP should be server IP not phone IP.

I test on my side with the latest firmware, and it works well with $calledNumber and$callerID, the steps are below:

1. Set on Web UI:

   

2. Set my PC IP 10.2.2.2 as a server IP.

3.Make a call and grab the trace file.

4.Then you can see the HTTP GET message that the incoming call number is 321.

   

More information about Action URL, please refer below guide from page 622- 640:

http://download.support.yealink.com/down...V82_20.pdf

If any question, please feel free to contact us.

Best Regards
Aishion
(This post was last modified: 09-30-2017 07:57 AM by Aishion_Yealink.)
09-30-2017 07:55 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
evo Offline
Junior Member
**

Posts: 6
Joined: Sep 2017
Reputation: 0
Post: #4
Wink RE: ActionURL-HELP!!!
(09-30-2017 07:55 AM)Aishion_Yealink Wrote:  
(09-29-2017 02:55 PM)evo Wrote:  What we need is to send by the Action Url on the event INCOMING CALL the number of the number calling.
I reffer to the administrator guide you post, not the same because is not available anymore but from the yealink website aswell.

The structure of an Action Url always seems to be the same

http://192.168.0.20/help.xml?IP=$ip

and following the manual...

action_url.incoming_call (page 318 from my manual)

http://192.168.0.20/help.xml?IP=$ip

So.. using the variable that i need.

$call_id ---- The call_id of the active call
or $calledNumber ---- not sure wich one but tried both

http://192.168.0.20/help.xml?PHONE=$call_id
http://192.168.0.20/help.xml?PHONE=$calledNumber

Where 192.168.0.20 is the IP from the machine that im making the GET request,.
It doesn't work.

Where working on a Yealink T23G

A help will be apreciated!!!

Thanks!!!
Dear customer,

Please note that IP should be server IP not phone IP.

I test on my side with the latest firmware, and it works well with $calledNumber and$callerID, the steps are below:

1. Set on Web UI:



2. Set my PC IP 10.2.2.2 as a server IP.

3.Make a call and grab the trace file.

4.Then you can see the HTTP GET message that the incoming call number is 321.



More information about Action URL, please refer below guide from page 622- 640:

http://download.support.yealink.com/down...V82_20.pdf

If any question, please feel free to contact us.

Best Regards
Aishion

Thanks for the help!!!but still , i was unable to do it!!

I used both:

http://192.168.2.56/help.xml?PHONE=$callerID
http://192.168.2.56/help.xml?PHONE=$call_id
http://192.168.2.56/help.xml?PHONE=$calledNumber

where 192.168.2.56 is the IP from the machine that i make the request, NEVER THE PHONE IP. I also tried to the ip from our server being 192.168.2.10 and still not working.I got the trace and i only see protocol TCP, not a HTTP!!!

[Image: Action_URLcalled_ID.png]

[Image: PACP_TRACE.png]

[Image: trace2.png]


What am i doing wrong???

Thanks!!

P.S.: i can't download the manual, seems to be offline.But i think i have the same versions.
(This post was last modified: 10-02-2017 09:10 AM by evo.)
10-02-2017 09:02 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
evo Offline
Junior Member
**

Posts: 6
Joined: Sep 2017
Reputation: 0
Post: #5
RE: ActionURL-HELP!!!
All solved!!!! Thanks to all you guys, great forum and great help.
Here was the mistake, or better said, the solution.

http://192.168.1.212:8060/help.xml?PHONE=$callerID

Where the IP is from the machine making the GET request and the 8060 the listening port!Yeaahhhhhhhh-Link!

It was the freaking port of the listening server,obviously until it pop up in my mindBig GrinBig GrinBig Grin

Thanks eitherway for all the support.
10-02-2017 04:17 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Aishion_Yealink Offline
Administrator
*******

Posts: 116
Joined: Mar 2017
Reputation: 1
Post: #6
RE: ActionURL-HELP!!!
(10-02-2017 04:17 PM)evo Wrote:  All solved!!!! Thanks to all you guys, great forum and great help.
Here was the mistake, or better said, the solution.

http://192.168.1.212:8060/help.xml?PHONE=$callerID

Where the IP is from the machine making the GET request and the 8060 the listening port!Yeaahhhhhhhh-Link!

It was the freaking port of the listening server,obviously until it pop up in my mindBig GrinBig GrinBig Grin

Thanks eitherway for all the support.

Dear Evo,

Glad to hear that and my pleasure to work with you.

​If you have another question, please feel free to contact us.

Best Regards
Aishion
10-09-2017 12:49 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Phone hangs while ActionURL's usage igorg 1 6,616 05-28-2015 05:15 AM
Last Post: Flora_Yealink

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us   Yealink   Return to Top   Return to Content   Lite (Archive) Mode   RSS Syndication