You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The id of the application associated with the call.
[optional]
account_id
String
The user account associated with the call.
[optional]
call_id
String
The call id associated with the event.
[optional]
parent_call_id
String
(optional) If the event is related to the B leg of a <Transfer>, the call id of the original call leg that executed the <Transfer>. Otherwise, this field will not be present.
[optional]
recording_id
String
The unique ID of this recording
[optional]
to
String
The phone number that received the call, in E.164 format (e.g. +15555555555).
[optional]
from
String
The provided identifier of the caller. Must be a phone number in E.164 format (e.g. +15555555555).
[optional]
transfer_caller_id
String
The phone number used as the from field of the B-leg call, in E.164 format (e.g. +15555555555).
[optional]
transfer_to
String
The phone number used as the to field of the B-leg call, in E.164 format (e.g. +15555555555).
The current status of the process. For recording, current possible values are 'processing', 'partial', 'complete', 'deleted', and 'error'. For transcriptions, current possible values are 'none', 'processing', 'available', 'error', 'timeout', 'file-size-too-big', and 'file-size-too-small'. Additional states may be added in the future, so your application must be tolerant of unknown values.
[optional]
media_url
String
The URL that can be used to download the recording. Only present if the recording is finished and may be downloaded.