Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 2.56 KB

CreateCallControlApplicationRequest.md

File metadata and controls

54 lines (34 loc) · 2.56 KB

CreateCallControlApplicationRequest

Properties

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]

Enum: AnchorsiteOverrideEnum

Name Value
LATENCY_ "&quot;Latency&quot;"
CHICAGO_IL_ "&quot;Chicago, IL&quot;"
ASHBURN_VA_ "&quot;Ashburn, VA&quot;"
SAN_JOSE_CA_ "&quot;San Jose, CA&quot;"

Enum: DtmfTypeEnum

Name Value
RFC_2833 "RFC 2833"
INBAND "Inband"
SIP_INFO "SIP INFO"

Enum: WebhookApiVersionEnum

Name Value
_1 "1"
_2 "2"