Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.78 KB

IpConnection.md

File metadata and controls

51 lines (35 loc) · 2.78 KB

IpConnection

Properties

Name Type Description Notes
id String Identifies the type of resource. [optional]
recordType String Identifies the type of the resource. [optional]
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]
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]
createdAt String ISO 8601 formatted date indicating when the resource was created. [optional]
updatedAt String ISO 8601 formatted date indicating when the resource was updated. [optional]
inbound InboundIp [optional]
outbound OutboundIp [optional]

Enum: TransportProtocolEnum

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

Enum: WebhookApiVersionEnum

Name Value
_1 "1"
_2 "2"