Outbound call detailed record
Name | Description |
---|---|
date | DateTime Date and time of the call |
from | String ANI/From attribute of the call |
to | String DNIS/To attribute of the call |
duration | Number Duration of the call, in seconds |
charge | Decimal Full charge for the call, in USD |
destination | String Destination of the outbound call call. |
sip_trunk | String Login of the SIP trunk on the platform used to make the call. |
per_minute | Decimal Call rate per minute, in USD. |
{
"date": null,
"from": null,
"to": null,
"duration": null,
"charge": null,
"destination": null,
"sip_trunk": null,
"per_minute": null
}