Link

CallResultAllOf

Properties

Name Type Description Notes
call_id str String that uniquely identifies this Call resource. [optional]
parent_call_id str ID of the Call that created this leg (child Call). [optional]
account_id str ID of the account that owns this Call. [optional]
_from str Phone number that initiated this Call. [optional]
to str Phone number that received this Call. [optional]
phone_number_id str If the Call was inbound, this is the ID of the IncomingPhoneNumber that received the Call (DNIS). If the Call was outbound, this is the ID of the phone number from which the Call was placed (ANI). [optional]
status str * `queued` – Call is ready and waiting in line before going out. * `ringing` – Call is currently ringing. * `inProgress` – Call was answered and is currently in progress. * `canceled` – Call was hung up while it was queued or ringing. * `completed` – Call was answered and has ended normally. * `busy` – Caller received a busy signal. * `failed` – Call could not be completed as dialed, most likely because the phone number was non-existent. * `noAnswer` – Call ended without being answered. [optional]
start_time str Start time of the Call (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call has not yet been dialed. [optional]
connect_time str Time the Call was answered (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call has not yet been dialed. [optional]
end_time str End time of the Call (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call did not complete successfully. [optional]
duration int Total length of the Call in seconds. Measures time between startTime and endTime. This value is empty for busy, failed, unanswered or ongoing Calls. [optional]
connect_duration int Length of time that the Call was connected in seconds. Measures time between connectTime and endTime. This value is empty for busy, failed, unanswered or ongoing Calls. [optional]
direction str Direction of the Call. `inbound` for Calls into FreeClimb, `outboundAPI` for Calls initiated via the REST API, `outboundDial` for Calls initiated by the `OutDial` PerCL command. [optional]
answered_by str If this Call was initiated with answering machine detection, either `human` or `machine`. Empty otherwise. [optional]
subresource_uris object The list of subresources for this Call. These include things like logs and recordings associated with the Call. [optional]

[Back to Model list] [Back to API list] [Back to README]