Help Sending Queue events directly to an external Webhook

Hello,

We want to send certain queue events (ringing + answer) to a third party app (PHP/Laravel)

In forums, we found that it can be done by sending events from AMI throw websockets (eventually node server) and then to the app.

Please, can we avoid this node server and send events directly (from extensions.conf or queues.conf … ) to the 3rd app ?

I did a search with chatGpt :slight_smile: had some propositions but no one worked :frowning:

Thanks

Use PHP Socket function for catching the desired event and then use curl function to send the data to your Wehook.

1 Like

Hello,
Thanks,
I’ll make a search in that way :pray:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.