How to get call events in IraVoice

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": {
}

This will send the call CDR in real-time.