Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.98 KB

CreateCallResponse.md

File metadata and controls

30 lines (26 loc) · 1.98 KB

Bandwidth.Standard.Model.CreateCallResponse

Properties

Name Type Description Notes
ApplicationId string The id of the application associated with the `from` number.
AccountId string The bandwidth account ID associated with the call.
CallId string Programmable Voice API Call ID.
To string Recipient of the outgoing call.
From string Phone number that created the outbound call.
EnqueuedTime DateTime? The time at which the call was accepted into the queue. [optional]
CallUrl string The URL to update this call's state.
CallTimeout double The timeout (in seconds) for the callee to answer the call after it starts ringing. [optional]
CallbackTimeout double This is the timeout (in seconds) to use when delivering webhooks for the call. [optional]
Tag string Custom tag value. [optional]
AnswerMethod CallbackMethodEnum
AnswerUrl string URL to deliver the `answer` event webhook.
AnswerFallbackMethod CallbackMethodEnum [optional]
AnswerFallbackUrl string Fallback URL to deliver the `answer` event webhook. [optional]
DisconnectMethod CallbackMethodEnum
DisconnectUrl string URL to deliver the `disconnect` event webhook. [optional]
Username string Basic auth username. [optional]
Password string Basic auth password. [optional]
FallbackUsername string Basic auth username. [optional]
FallbackPassword string Basic auth password. [optional]
Priority int? The priority of this call over other calls from your account. [optional]

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