Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.64 KB

CreateIpConnectionRequest.md

File metadata and controls

49 lines (33 loc) · 2.64 KB

CreateIpConnectionRequest

Properties

Name Type Description Notes
active Boolean Defaults to true [optional]
anchorsiteOverride AnchorsiteOverride [optional]
connectionName String [optional]
transportProtocol TransportProtocolEnum One of UDP, TLS, or TCP. Applies only to connections with IP authentication or FQDN authentication. [optional]
defaultOnHoldComfortNoiseEnabled Boolean When enabled, Telnyx will generate comfort noise when you place the call on hold. If disabled, you will need to generate comfort noise or on hold music to avoid RTP timeout. [optional]
dtmfType DtmfType [optional]
encodeContactHeaderEnabled Boolean Encode the SIP contact header sent by Telnyx to avoid issues for NAT or ALG scenarios. [optional]
encryptedMedia EncryptedMedia [optional]
onnetT38PassthroughEnabled Boolean Enable on-net T38 if you prefer the sender and receiver negotiating T38 directly if both are on the Telnyx network. If this is disabled, Telnyx will be able to use T38 on just one leg of the call depending on each leg's settings. [optional]
iosPushCredentialId String The uuid of the push credential for Ios [optional]
androidPushCredentialId String The uuid of the push credential for Android [optional]
webhookEventUrl String The URL where webhooks related to this connection will be sent. Must include a scheme, such as 'https'. [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]
webhookApiVersion WebhookApiVersionEnum Determines which webhook format will be used, Telnyx API v1 or v2. [optional]
webhookTimeoutSecs Integer Specifies how many seconds to wait before timing out a webhook. [optional]
rtcpSettings ConnectionRtcpSettings [optional]
inbound CreateInboundIpRequest [optional]
outbound OutboundIp [optional]

Enum: TransportProtocolEnum

Name Value
UDP "UDP"
TCP "TCP"
TLS "TLS"

Enum: WebhookApiVersionEnum

Name Value
_1 "1"
_2 "2"