Yealink Forums

Full Version: ActionURLs in Yealink IP phones
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
(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/down...0%8B20.pdf

If any question, please feel free to contact us.

Best Regards

Aishion
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.
Reference URL's