Skip to main content

Live Events Overview

What is TeleCMI live events ?

TeleCMI live events will notify the status of the ongoing calls. TeleCMI live events POST the JSON data of call status such as call started, call waiting, call ringing and call hangup.

How live events works in TeleCMI?

Configure your web server POST or GET method URL in TeleCMI CHUB dashboard. Once your configuration is done, our TeleCMI platform will notify the live events of ongoing calls.

How to setup live events ?

The telecmi platform will notify your web server POST or GET method URL with JSON call detail record(CDR) when incoming and outgoing calls are completed.

To set up a live events follow the below steps.

  1. Login into the CHUB dashboard.

  2. Your business number will be displayed in the panel, click on the business number.

  3. Go to settings --> webhooks

  4. Click the add button, select the type as call notification and select the method as POST or GET.

  5. Now configure your webserver URL and save it.

Incoming Webhooks

Note
  • Your web server URL is the POST or GET method.
  • Make sure your web server URL is accessible from the internet(public).

If you need to test locally use our simple web servers (Node.JS, Python, Java, PHP ) and Ngrok for development purpose.

Now your live event setup is ready to receive call detail record(CDR) from the TeleCMI platform.