create_call_control_application
Configure a Telnyx call control application to manage inbound and outbound voice calls with webhook event handling, DTMF settings, and connection parameters.
Instructions
Create a call control application.
Args:
application_name: Required. A user-assigned name to help manage the application.
webhook_event_url: Required. The URL where webhooks related to this connection will be sent. Must include a scheme, such as 'https'.
active: Optional boolean. Specifies whether the connection can be used. Defaults to True.
anchorsite_override: Optional. Directs Telnyx to route media through the site with the lowest round-trip time. Defaults to "Latency".
dtmf_type: Optional. Sets the type of DTMF digits sent from Telnyx to this Connection. Defaults to "RFC 2833".
first_command_timeout: Optional boolean. Specifies whether calls should hangup after timing out.
first_command_timeout_secs: Optional integer. Seconds to wait before timing out a dial command. Defaults to 30.
inbound: Optional dictionary. Inbound call settings with these possible keys:
- channel_limit: Optional integer. Maximum number of concurrent inbound calls.
- shaken_stir_enabled: Optional boolean. Enable SHAKEN/STIR verification for inbound calls.
- sip_subdomain: Optional string. SIP subdomain for the application.
- sip_subdomain_receive_settings: Optional string. Settings for SIP subdomain receiving.
outbound: Optional dictionary. Outbound call settings with these possible keys:
- channel_limit: Optional integer. Maximum number of concurrent outbound calls.
- outbound_voice_profile_id: Optional string. ID of the outbound voice profile to use.
webhook_api_version: Optional. Determines which webhook format will be used. Defaults to "1".
webhook_event_failover_url: Optional. The failover URL for webhooks if the primary URL fails.
webhook_timeout_secs: Optional integer. Seconds to wait before timing out a webhook.
Returns:
Dict[str, Any]: Response data
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |