Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.4 KB

CallControlApplicationInbound.md

File metadata and controls

25 lines (13 loc) · 1.4 KB

CallControlApplicationInbound

Properties

Name Type Description Notes
channelLimit Integer When set, this will limit the total number of inbound calls to phone numbers associated with this connection. [optional]
shakenStirEnabled Boolean When enabled Telnyx will include Shaken/Stir data in the Webhook for new inbound calls. [optional]
sipSubdomain String Specifies a subdomain that can be used to receive Inbound calls to a Connection, in the same way a phone number is used, from a SIP endpoint. Example: the subdomain "example.sip.telnyx.com" can be called from any SIP endpoint by using the SIP URI "sip:@example.sip.telnyx.com" where the user part can be any alphanumeric value. Please note TLS encrypted calls are not allowed for subdomain calls. [optional]
sipSubdomainReceiveSettings SipSubdomainReceiveSettingsEnum This option can be enabled to receive calls from: "Anyone" (any SIP endpoint in the public Internet) or "Only my connections" (any connection assigned to the same Telnyx user). [optional]

Enum: SipSubdomainReceiveSettingsEnum

Name Value
ONLY_MY_CONNECTIONS "only_my_connections"
FROM_ANYONE "from_anyone"