| 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 | OffsetDateTime | The time at which the call was accepted into the queue. | [optional] |
| callUrl | URI | 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 | URI | URL to deliver the `answer` event webhook. | |
| answerFallbackMethod | CallbackMethodEnum | [optional] | |
| answerFallbackUrl | URI | Fallback URL to deliver the `answer` event webhook. | [optional] |
| disconnectMethod | CallbackMethodEnum | ||
| disconnectUrl | URI | 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 | Integer | The priority of this call over other calls from your account. | [optional] |