| Name | Type | Description | Notes |
|---|---|---|---|
| active | Boolean | Specifies whether the connection can be used. | [optional] |
| anchorsiteOverride | AnchorsiteOverrideEnum | `Latency` directs Telnyx to route media through the site with the lowest round-trip time to the user's connection. Telnyx calculates this time using ICMP ping messages. This can be disabled by specifying a site to handle all media. | [optional] |
| applicationName | String | A user-assigned name to help manage the application. | [optional] |
| createdAt | String | ISO 8601 formatted date of when the resource was created | [optional] |
| dtmfType | DtmfTypeEnum | Sets the type of DTMF digits sent from Telnyx to this Connection. Note that DTMF digits sent to Telnyx will be accepted in all formats. | [optional] |
| firstCommandTimeout | Boolean | Specifies whether calls to phone numbers associated with this connection should hangup after timing out. | [optional] |
| firstCommandTimeoutSecs | Integer | Specifies how many seconds to wait before timing out a dial command. | [optional] |
| id | String | [optional] | |
| inbound | CallControlApplicationInbound | [optional] | |
| outbound | CallControlApplicationOutbound | [optional] | |
| recordType | RecordTypeEnum | [optional] | |
| updatedAt | String | ISO 8601 formatted date of when the resource was last updated | [optional] |
| webhookApiVersion | WebhookApiVersionEnum | Determines which webhook format will be used, Telnyx API v1 or v2. | [optional] |
| webhookEventFailoverUrl | String | The failover URL where webhooks related to this connection will be sent if sending to the primary URL fails. Must include a scheme, such as `https`. | [optional] |
| webhookEventUrl | String | The URL where webhooks related to this connection will be sent. Must include a scheme, such as `https`. | [optional] |
| webhookTimeoutSecs | Integer | [optional] |
| Name | Value |
|---|---|
| LATENCY_ | ""Latency"" |
| CHICAGO_IL_ | ""Chicago, IL"" |
| ASHBURN_VA_ | ""Ashburn, VA"" |
| SAN_JOSE_CA_ | ""San Jose, CA"" |
| Name | Value |
|---|---|
| RFC_2833 | "RFC 2833" |
| INBAND | "Inband" |
| SIP_INFO | "SIP INFO" |
| Name | Value |
|---|---|
| CALL_CONTROL_APPLICATION | "call_control_application" |
| Name | Value |
|---|---|
| _1 | "1" |
| _2 | "2" |