IraVoice supports call status events like started, ringing, answered, hangup, and even call quality. You can receive these events by including your HTTP endpoint in the call_params under event_url in the makecall API. For example:
"call_params": {
"event_url": "https://hrathik.requestcatcher.com/test"
}
This will send the call CDR in real-time.
This will send the call CDR in real-time.