[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
T23G Send incoming number to URL
Author Message
Jaume Offline
Junior Member
**

Posts: 4
Joined: Jul 2017
Reputation: 0
Post: #1
T23G Send incoming number to URL
Hello,
I need to send the incoming number to an URL, How can I configure action URL?
regards.
09-05-2017 11:19 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Evan_Yealink Offline
Administrator
*******

Posts: 127
Joined: Mar 2017
Reputation: 0
Post: #2
RE: T23G Send incoming number to URL
Dear,

Good day!

You can configure the action URL the IP phone sends when receiving an incoming call, as below line:
http://192.168.0.20/help.xml?IP=$ip

For more detailed information, please refer to Action URL feature that the section of the Guide (on the page 709), download it via below link:
http://download.support.yealink.com/down...V81_90.pdf

Any question, freely to let me know.

BR,
Evan
09-06-2017 03:44 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Jaume Offline
Junior Member
**

Posts: 4
Joined: Jul 2017
Reputation: 0
Post: #3
RE: T23G Send incoming number to URL
Hello,

thank you for your reply.
But that I want to send is the incoming number, not the ip phone.
Thank you and regards.
09-06-2017 11:19 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Evan_Yealink Offline
Administrator
*******

Posts: 127
Joined: Mar 2017
Reputation: 0
Post: #4
RE: T23G Send incoming number to URL
Dear,

So sorry for late reply.

This line just for example, you can customize configuration according to you needed, and then please refer to the guide I sent to you before.

Any question, freely to let me know.

Best Regards,
Evan
09-11-2017 10:03 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: T23G Send incoming number to URL
(09-11-2017 10:03 AM)Evan_Yealink Wrote:  Dear,

So sorry for late reply.

This line just for example, you can customize configuration according to you needed, and then please refer to the guide I sent to you before.

Any question, freely to let me know.

Best Regards,
Evan

Hi i just found the post, and the creator of the post is my coleague, he was unable to do it because a big amount of work and i just took the task at the same point.

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!!!
(This post was last modified: 09-29-2017 02:20 PM by evo.)
09-28-2017 02:26 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Evan_Yealink Offline
Administrator
*******

Posts: 127
Joined: Mar 2017
Reputation: 0
Post: #6
RE: T23G Send incoming number to URL
Dear,

Good day!

For your question, please refer below parameter:
http://10.2.2.31/help.xml?IP=$callerID

Where 10.2.2.31 is the IP from the machine that im making the GET request, isn't the IP phone's IP.

$callerID:The display name of the caller when the IP phone receives an incoming call.

$calledNumber:The phone number of the callee when the IP phone places a call.

For example:
Input this parameter into the field of the Incoming call, as shown below:
   

Where 10.2.10.34 is the IP from IP phone, 10.2.2.31 is the IP from machine that im making the GET request. As we can see from the PACP trace packet, the IP phone send an HTTP GET request to server with the number of the caller when the IP phone receive an incoming call.
   

Any question, freely to let me know.

Regards,
Evan
09-30-2017 07:41 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: #7
RE: T23G Send incoming number to URL
Thanks for the help!!!but still , i was unable to do it!!

I used:

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



http://192.168.2.56/help.xml?IP=$callerID
http://192.168.2.56/help.xml?IP=$call_id
http://192.168.2.56/help.xml?IP=$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!!
(This post was last modified: 10-02-2017 09:09 AM by evo.)
10-02-2017 09:05 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: #8
RE: T23G Send incoming number to URL
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:16 PM
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
  Yealink T28 setup audible ring on 2nd incoming call JeffWilkinson 20 86,894 10-18-2023 12:59 PM
Last Post: sles
  Yealink T27P -Incoming call issue rsarceno 0 1,306 01-25-2023 08:54 AM
Last Post: rsarceno
  number of initial caller of a tranferred cal in history Lichtmacher 0 1,195 12-05-2022 10:35 PM
Last Post: Lichtmacher
  W70B - Associate Dialed Number with SIP Account karibi 1 3,806 06-15-2022 09:40 AM
Last Post: Cedric
  Change number of rings to get to day voicmail drb@thecatdr.net 4 10,814 06-10-2020 05:44 PM
Last Post: drb@thecatdr.net
  T23G extensions registration Edie 1 5,760 12-18-2017 07:42 PM
Last Post: jolouis
  T27G change programmable key on incoming call EIP 3 10,418 11-28-2017 07:30 AM
Last Post: Evan_Yealink
  T23G custom logo apant 5 17,274 11-11-2017 09:36 AM
Last Post: complex1
  Reboot T23G from script Niksea 3 12,015 04-26-2017 07:28 AM
Last Post: Andrew_Yealink
  T46G eaches only incoming calls, no outgoing calls Ddorf 2 8,356 10-27-2016 12:46 AM
Last Post: anonymous1712222627012

Forum Jump:


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

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