Request
Url string Optional format: "uri"
The URL to handle the call.
Method enum Optional
Whether the request to `Url` is a `GET` or a `POST`.
Allowed values: GET POST
Status enum Optional
The status to update the call to.
Allowed values: canceled completed
FallbackUrl string Optional format: "uri"
The URL SignalWire will request if errors occur.
FallbackMethod enum Optional
Whether the request to `FallbackUrl` is a `GET` or a `POST`.
Allowed values: GET POST
StatusCallback string Optional format: "uri"
The URL SignalWire will send webhooks to.
StatusCallbackMethod enum Optional
Whether the request to `StatusCallback` is a `GET` or a `POST`.
Allowed values: GET POST
Response
sid string Required format: "uuid"
The unique identifier for the call.
account_sid string Required format: "uuid"
The unique identifier for the account that created this call.
date_created string Required
The date, in RFC 2822 GMT format, this call was created.
date_updated string Required
The date, in RFC 2822 GMT format, this call was updated.
parent_call_sid string or null Required format: "uuid"
The unique identifier for the call that created this call.
to string Required
The address that received the call.
formatted_to string Required
The formatted number that received the call.
to_formatted string Required
The formatted number that received the call. Alias for formatted_to.
from string Required
The address that initiated the call.
formatted_from string Required
The formatted number that initiated the call.
from_formatted string Required
The formatted number that initiated the call. Alias for formatted_from.
phone_number_sid string or null Required format: "uuid"
The unique identifier for the phone number.
status enum Required
The status of the call.
start_time string or null Required
The time, in RFC 2822 GMT format, on which the call began.
end_time string or null Required
The time, in RFC 2822 GMT format, on which the call was terminated.
duration integer Required
The duration, in seconds, of the call.
price double or null Required
The charge for the call.
price_unit string Required
The currency, in ISO 4127 format, for the price of the call.
direction enum Required
The direction of the call.
Allowed values: inbound outbound
answered_by enum or null Required
Who/what the call was answered by.
Allowed values: human machine
api_version string Required
The version of the SignalWire API.
forwarded_from string or null Required
The number this call was forwarded from. Always null.
caller_name string or null Required
The caller name. Always null.
uri string Required
The URI for the call.
subresource_uris object Required
A Map of available sub-resources.
annotation string or null Required
The annotation for the call. Always null.
group_sid string or null Required
The group SID for the call. Always null.
audio_in_mos double or null Required
The Mean Opinion Score for audio quality (1.0-5.0).
sip_result_code string or null Required
The SIP result code for the call.
audio_rtt_avg integer or null Required
The average round-trip time for audio in milliseconds.
audio_rtt_min integer or null Required
The minimum round-trip time for audio in milliseconds.
audio_rtt_max integer or null Required
The maximum round-trip time for audio in milliseconds.
audio_out_jitter_min integer or null Required
The minimum outbound audio jitter in milliseconds.
audio_out_jitter_max integer or null Required
The maximum outbound audio jitter in milliseconds.
audio_out_jitter_avg integer or null Required
The average outbound audio jitter in milliseconds.
audio_out_lost integer or null Required
The number of outbound audio packets lost.