Name | Type | Description | Notes |
---|---|---|---|
applicationName | String | A user-assigned name to help manage the application. | |
webhookEventUrl | String | The URL where webhooks related to this connection will be sent. Must include a scheme, such as 'https'. | |
active | Boolean | Specifies whether the connection can be used. | [optional] |
anchorsiteOverride | AnchorsiteOverrideEnum | <code>Latency</code> 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] |
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] |
inbound | CallControlApplicationInbound | [optional] | |
outbound | CallControlApplicationOutbound | [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] |
webhookTimeoutSecs | Integer | Specifies how many seconds to wait before timing out a webhook. | [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 |
---|---|
_1 | "1" |
_2 | "2" |