Yealink Forums
ActionURLs in Yealink IP phones - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: General topics (/forumdisplay.php?fid=15)
+--- Thread: ActionURLs in Yealink IP phones (/showthread.php?tid=41182)



ActionURLs in Yealink IP phones - LukaszPL - 10-03-2017 08:27 AM

Hello,
Please hint, which of your offers have ActionURL features? Or another similar feature by which I am able to extract data about missed calls, reject calls and dialed calls and pair them with an external server via PHP.


RE: ActionURLs in Yealink IP phones - Aishion_Yealink - 10-11-2017 02:41 AM

(10-03-2017 08:27 AM)LukaszPL Wrote:  Hello,
Please hint, which of your offers have ActionURL features? Or another similar feature by which I am able to extract data about missed calls, reject calls and dialed calls and pair them with an external server via PHP.

Dear customer,

For you question, our phones support Action URL feature which allows IP phones to interact with web server applications by sending an HTTP or HTTPS GET request. You can specify a URL that triggers a GET request when a specified event
occurs.

Action URL can only be triggered by the pre-defined events (for example, Open DND).

The valid URL format is: http(s)://IP address of the server/help.xml?

The related event is as below:

missed calls--- Missed Call

reject calls--- Reject Incoming Call

dialed calls--- Outgoing Call

[attachment=4690]

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

http://download.support.yealink.com/download?path=upload%2Fattachment%2F2017-9-13%2F3%2F515c5eb6-d552-49b5-abaf-54cdbae3e3aa%2FYealink_SIP-T2_Series_T19%28P%29%20E2_T4_Series_T5_Series_IP_Phones_Administrator_Guide_V82_​%E2%80%8B20.pdf

If any question, please feel free to contact us.

Best Regards

Aishion


RE: ActionURLs in Yealink IP phones - Michelth - 10-16-2017 11:05 AM

I've already made something similar with PHP.

With the Account ID variable it posts information in an MySQL datbase, a PHP script reads the information and shows the status of the phones on a page.