Call Detailed Records (CDR)

{
"tenant_id": "string",
 "call_time": "string",
 "call_direction": "string",
 "call_from": "string",
 "call_to": "string",
 "did": "string",
 "call_status": "string",
 "talk_time": "integer",
 "recording_url": "string",
  "cdr_id": "string"
}

Parameters Description

  • tenant_id: The unique identifier of the tenant in the telephony system.
  • call_time: The timestamp when the call occurred. Format: YYYY-MM-DDTHH:MM:SSZ.
  • call_direction: The direction of the call, typically 'inbound' or 'outbound'
  • call_from: The number or identifier of the caller
  • call_to: The number or identifier of the callee.
  • did: Direct Inward Dialing number that was called, if applicable.
  • call_status: The status of the call (e.g., 'completed', 'missed', 'failed').
  • talk_time: Duration of the call in seconds.
  • recording_url: URL to access the call recording.
  • cdr_id: A unique identifier for the call detail record.