FQDN Connections API

FQDN connection operations API

List FQDN connections

Returns a list of your FQDN connections.

SecuritybearerAuth
Request
query Parameters
page[number]
integer >= 1
Default: 1

The page number to load

page[size]
integer [ 1 .. 250 ]
Default: 20

The size of the page

filter[connection_name][contains]
string
Default: null

If present, connections with connection_name containing the given value will be returned. Matching is not case-sensitive. Requires at least three characters.

sort
string
Default: "created_at"

Specifies the sort order for results. By default sorting direction is ascending. To have the results sorted in descending order add the - prefix.

That is:

  • connection_name: sorts the result by the connection_name field in ascending order.
  • -connection_name: sorts the result by the connection_name field in descending order.

If not given, results are sorted by created_at in descending order.
Enum: "created_at" "connection_name" "active"
Example: sort=connection_name
Responses
200

Successful response with a list of FQDN connections.

Response Schema: application/json
Array of objects (FQDN Connection)
object (PaginationMeta)
400

Bad request

401

Unauthorized

404

Resource not found

get/fqdn_connections
Request samples
import telnyx
telnyx.api_key = "YOUR_API_KEY"

telnyx.FQDNConnection.list(page={"number":1,"size":20})
Response samples
application/json
{
  • "data": [
    • {
      • "active": true,
      • "anchorsite_override": "Latency",
      • "connection_name": "string",
      • "created_at": "2018-02-02T22:25:27.521Z",
      • "default_on_hold_comfort_noise_enabled": true,
      • "dtmf_type": "RFC 2833",
      • "encode_contact_header_enabled": true,
      • "encrypted_media": "SRTP",
      • "id": "1293384261075731499",
      • "inbound": {
        • "ani_number_format": "+E.164",
        • "channel_limit": 10,
        • "codecs": [
          • "G722"
          ],
        • "default_routing_method": "sequential",
        • "dnis_number_format": "+e164",
        • "generate_ringback_tone": true,
        • "isup_headers_enabled": true,
        • "prack_enabled": true,
        • "privacy_zone_enabled": true,
        • "sip_compact_headers_enabled": true,
        • "sip_region": "US",
        • "sip_subdomain": "string",
        • "sip_subdomain_receive_settings": "only_my_connections",
        • "timeout_1xx_secs": 10,
        • "timeout_2xx_secs": 10
        },
      • "onnet_t38_passthrough_enabled": true,
      • "record_type": "fqdn_connection",
      • "rtcp_settings": {
        • "capture_enabled": true,
        • "port": "rtcp-mux",
        • "report_frequency_secs": 10
        },
      • "transport_protocol": "UDP",
      • "updated_at": "2018-02-02T22:25:27.521Z",
      • "webhook_api_version": "1",
      • "webhook_event_failover_url": "https://failover.example.com",
      • "webhook_event_url": "https://example.com",
      • "webhook_timeout_secs": 25
      }
    ],
  • "meta": {
    • "page_number": 2,
    • "page_size": 25,
    • "total_pages": 3,
    • "total_results": 55
    }
}

Create an FQDN connection

Creates a FQDN connection.

SecuritybearerAuth
Request
Request Body schema: application/json
required

Parameters that can be defined during FQDN connection creation

active
boolean
Default: true

Defaults to true

anchorsite_override
string (AnchorsiteOverride)

Latency 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.

Enum: "Latency" "Chicago, IL" "Ashburn, VA" "San Jose, CA" "Sydney, Australia" "Amsterdam, Netherlands" "London, UK" "Toronto, Canada" "Vancouver, Canada" "Frankfurt, Germany"
connection_name
required
string
default_on_hold_comfort_noise_enabled
boolean
Default: true

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.

dtmf_type
string (DtmfType)

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.

Enum: "RFC 2833" "Inband" "SIP INFO"
encode_contact_header_enabled
boolean
Default: false

Encode the SIP contact header sent by Telnyx to avoid issues for NAT or ALG scenarios.

encrypted_media
string (EncryptedMedia)

Enable use of SRTP or ZRTP for encryption. Valid values are those listed or null. Cannot be set to non-null if the transport_portocol is TLS.

Enum: "SRTP" "ZRTP"
object (InboundFqdn)
onnet_t38_passthrough_enabled
boolean
Default: false

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.

object (ConnectionRtcpSettings)
transport_protocol
string (FqdnConnectionTransportProtocol)

One of UDP, TLS, or TCP. Applies only to connections with IP authentication or FQDN authentication.

Enum: "UDP" "TCP" "TLS"
webhook_api_version
string
Default: "1"

Determines which webhook format will be used, Telnyx API v1 or v2.

Enum: "1" "2"
webhook_event_failover_url
string <url>
Default: ""

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'.

webhook_event_url
string <url>

The URL where webhooks related to this connection will be sent. Must include a scheme, such as 'https'.

webhook_timeout_secs
integer [ 0 .. 30 ]
Default: null

Specifies how many seconds to wait before timing out a webhook.

Responses
201

Successful response with details about an FQDN connection.

Response Schema: application/json
object (FqdnConnection)
active
boolean

Defaults to true

anchorsite_override
string (AnchorsiteOverride)

Latency 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.

Enum: "Latency" "Chicago, IL" "Ashburn, VA" "San Jose, CA" "Sydney, Australia" "Amsterdam, Netherlands" "London, UK" "Toronto, Canada" "Vancouver, Canada" "Frankfurt, Germany"
connection_name
required
string
created_at
string

ISO 8601 formatted date indicating when the resource was created.

default_on_hold_comfort_noise_enabled
boolean
Default: true

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.

dtmf_type
string (DtmfType)

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.

Enum: "RFC 2833" "Inband" "SIP INFO"
encode_contact_header_enabled
boolean
Default: false

Encode the SIP contact header sent by Telnyx to avoid issues for NAT or ALG scenarios.

encrypted_media
string (EncryptedMedia)

Enable use of SRTP or ZRTP for encryption. Valid values are those listed or null. Cannot be set to non-null if the transport_portocol is TLS.

Enum: "SRTP" "ZRTP"
id
string <int64>

Identifies the resource.

object (InboundFqdn)
onnet_t38_passthrough_enabled
boolean
Default: false

Enable on-net T38 if you prefer that the sender and receiver negotiate T38 directly when both are on the Telnyx network. If this is disabled, Telnyx will be able to use T38 on just one leg of the call according to each leg's settings.

record_type
string

Identifies the type of the resource.

object (ConnectionRtcpSettings)
transport_protocol
string (FqdnConnectionTransportProtocol)

One of UDP, TLS, or TCP. Applies only to connections with IP authentication or FQDN authentication.

Enum: "UDP" "TCP" "TLS"
updated_at
string

ISO 8601 formatted date indicating when the resource was updated.

webhook_api_version
string
Default: "1"

Determines which webhook format will be used, Telnyx API v1 or v2.

Enum: "1" "2"
webhook_event_failover_url
string <url>
Default: ""

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'.

webhook_event_url
string <url>

The URL where webhooks related to this connection will be sent. Must include a scheme, such as 'https'.

webhook_timeout_secs
integer [ 0 .. 30 ]
Default: null

Specifies how many seconds to wait before timing out a webhook.

422

Bad request

post/fqdn_connections
Request samples
application/json
{
  • "active": true,
  • "anchorsite_override": "Latency",
  • "connection_name": "string",
  • "default_on_hold_comfort_noise_enabled": true,
  • "dtmf_type": "RFC 2833",
  • "encode_contact_header_enabled": true,
  • "encrypted_media": "SRTP",
  • "inbound": {
    • "ani_number_format": "+E.164",
    • "channel_limit": 10,
    • "codecs": [
      • "G722"
      ],
    • "default_routing_method": "sequential",
    • "dnis_number_format": "+e164",
    • "generate_ringback_tone": true,
    • "isup_headers_enabled": true,
    • "prack_enabled": true,
    • "privacy_zone_enabled": true,
    • "sip_compact_headers_enabled": true,
    • "sip_region": "US",
    • "sip_subdomain": "string",
    • "sip_subdomain_receive_settings": "only_my_connections",
    • "timeout_1xx_secs": 10,
    • "timeout_2xx_secs": 10
    },
  • "onnet_t38_passthrough_enabled": true,
  • "rtcp_settings": {
    • "capture_enabled": true,
    • "port": "rtcp-mux",
    • "report_frequency_secs": 10
    },
  • "transport_protocol": "UDP",
  • "webhook_api_version": "1",
  • "webhook_event_failover_url": "https://failover.example.com",
  • "webhook_event_url": "https://example.com",
  • "webhook_timeout_secs": 25
}
Response samples
application/json
{
  • "data": {
    • "active": true,
    • "anchorsite_override": "Latency",
    • "connection_name": "string",
    • "created_at": "2018-02-02T22:25:27.521Z",
    • "default_on_hold_comfort_noise_enabled": true,
    • "dtmf_type": "RFC 2833",
    • "encode_contact_header_enabled": true,
    • "encrypted_media": "SRTP",
    • "id": "1293384261075731499",
    • "inbound": {
      • "ani_number_format": "+E.164",
      • "channel_limit": 10,
      • "codecs": [
        • "G722"
        ],
      • "default_routing_method": "sequential",
      • "dnis_number_format": "+e164",
      • "generate_ringback_tone": true,
      • "isup_headers_enabled": true,
      • "prack_enabled": true,
      • "privacy_zone_enabled": true,
      • "sip_compact_headers_enabled": true,
      • "sip_region": "US",
      • "sip_subdomain": "string",
      • "sip_subdomain_receive_settings": "only_my_connections",
      • "timeout_1xx_secs": 10,
      • "timeout_2xx_secs": 10
      },
    • "onnet_t38_passthrough_enabled": true,
    • "record_type": "fqdn_connection",
    • "rtcp_settings": {
      • "capture_enabled": true,
      • "port": "rtcp-mux",
      • "report_frequency_secs": 10
      },
    • "transport_protocol": "UDP",
    • "updated_at": "2018-02-02T22:25:27.521Z",
    • "webhook_api_version": "1",
    • "webhook_event_failover_url": "https://failover.example.com",
    • "webhook_event_url": "https://example.com",
    • "webhook_timeout_secs": 25
    }
}

Delete an FQDN connection

Deletes an FQDN connection.

SecuritybearerAuth
Request
path Parameters
id
required
string

FQDN Connection ID

Responses
200

Successful response with details about an FQDN connection.

Response Schema: application/json
object (FqdnConnection)
active
boolean

Defaults to true

anchorsite_override
string (AnchorsiteOverride)

Latency 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.

Enum: "Latency" "Chicago, IL" "Ashburn, VA" "San Jose, CA" "Sydney, Australia" "Amsterdam, Netherlands" "London, UK" "Toronto, Canada" "Vancouver, Canada" "Frankfurt, Germany"
connection_name
required
string
created_at
string

ISO 8601 formatted date indicating when the resource was created.

default_on_hold_comfort_noise_enabled
boolean
Default: true

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.

dtmf_type
string (DtmfType)

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.

Enum: "RFC 2833" "Inband" "SIP INFO"
encode_contact_header_enabled
boolean
Default: false

Encode the SIP contact header sent by Telnyx to avoid issues for NAT or ALG scenarios.

encrypted_media
string (EncryptedMedia)

Enable use of SRTP or ZRTP for encryption. Valid values are those listed or null. Cannot be set to non-null if the transport_portocol is TLS.

Enum: "SRTP" "ZRTP"
id
string <int64>

Identifies the resource.

object (InboundFqdn)
onnet_t38_passthrough_enabled
boolean
Default: false

Enable on-net T38 if you prefer that the sender and receiver negotiate T38 directly when both are on the Telnyx network. If this is disabled, Telnyx will be able to use T38 on just one leg of the call according to each leg's settings.

record_type
string

Identifies the type of the resource.

object (ConnectionRtcpSettings)
transport_protocol
string (FqdnConnectionTransportProtocol)

One of UDP, TLS, or TCP. Applies only to connections with IP authentication or FQDN authentication.

Enum: "UDP" "TCP" "TLS"
updated_at
string

ISO 8601 formatted date indicating when the resource was updated.

webhook_api_version
string
Default: "1"

Determines which webhook format will be used, Telnyx API v1 or v2.

Enum: "1" "2"
webhook_event_failover_url
string <url>
Default: ""

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'.

webhook_event_url
string <url>

The URL where webhooks related to this connection will be sent. Must include a scheme, such as 'https'.

webhook_timeout_secs
integer [ 0 .. 30 ]
Default: null

Specifies how many seconds to wait before timing out a webhook.

401

Unauthorized

404

Resource not found

422

Bad request

delete/fqdn_connections/{id}
Request samples
import telnyx
telnyx.api_key = "YOUR_API_KEY"

res = telnyx.FQDNConnection.retrieve("id")
res.delete()
Response samples
application/json
{
  • "data": {
    • "active": true,
    • "anchorsite_override": "Latency",
    • "connection_name": "string",
    • "created_at": "2018-02-02T22:25:27.521Z",
    • "default_on_hold_comfort_noise_enabled": true,
    • "dtmf_type": "RFC 2833",
    • "encode_contact_header_enabled": true,
    • "encrypted_media": "SRTP",
    • "id": "1293384261075731499",
    • "inbound": {
      • "ani_number_format": "+E.164",
      • "channel_limit": 10,
      • "codecs": [
        • "G722"
        ],
      • "default_routing_method": "sequential",
      • "dnis_number_format": "+e164",
      • "generate_ringback_tone": true,
      • "isup_headers_enabled": true,
      • "prack_enabled": true,
      • "privacy_zone_enabled": true,
      • "sip_compact_headers_enabled": true,
      • "sip_region": "US",
      • "sip_subdomain": "string",
      • "sip_subdomain_receive_settings": "only_my_connections",
      • "timeout_1xx_secs": 10,
      • "timeout_2xx_secs": 10
      },
    • "onnet_t38_passthrough_enabled": true,
    • "record_type": "fqdn_connection",
    • "rtcp_settings": {
      • "capture_enabled": true,
      • "port": "rtcp-mux",
      • "report_frequency_secs": 10
      },
    • "transport_protocol": "UDP",
    • "updated_at": "2018-02-02T22:25:27.521Z",
    • "webhook_api_version": "1",
    • "webhook_event_failover_url": "https://failover.example.com",
    • "webhook_event_url": "https://example.com",
    • "webhook_timeout_secs": 25
    }
}

Retrieve an FQDN connection

Retrieves the details of an existing FQDN connection.

SecuritybearerAuth
Request
path Parameters
id
required
string

FQDN Connection ID

Responses
200

Successful response with details about an FQDN connection.

Response Schema: application/json
object (FqdnConnection)
active
boolean

Defaults to true

anchorsite_override
string (AnchorsiteOverride)

Latency 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.

Enum: "Latency" "Chicago, IL" "Ashburn, VA" "San Jose, CA" "Sydney, Australia" "Amsterdam, Netherlands" "London, UK" "Toronto, Canada" "Vancouver, Canada" "Frankfurt, Germany"
connection_name
required
string
created_at
string

ISO 8601 formatted date indicating when the resource was created.

default_on_hold_comfort_noise_enabled
boolean
Default: true

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.

dtmf_type
string (DtmfType)

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.

Enum: "RFC 2833" "Inband" "SIP INFO"
encode_contact_header_enabled
boolean
Default: false

Encode the SIP contact header sent by Telnyx to avoid issues for NAT or ALG scenarios.

encrypted_media
string (EncryptedMedia)

Enable use of SRTP or ZRTP for encryption. Valid values are those listed or null. Cannot be set to non-null if the transport_portocol is TLS.

Enum: "SRTP" "ZRTP"
id
string <int64>

Identifies the resource.

object (InboundFqdn)
onnet_t38_passthrough_enabled
boolean
Default: false

Enable on-net T38 if you prefer that the sender and receiver negotiate T38 directly when both are on the Telnyx network. If this is disabled, Telnyx will be able to use T38 on just one leg of the call according to each leg's settings.

record_type
string

Identifies the type of the resource.

object (ConnectionRtcpSettings)
transport_protocol
string (FqdnConnectionTransportProtocol)

One of UDP, TLS, or TCP. Applies only to connections with IP authentication or FQDN authentication.

Enum: "UDP" "TCP" "TLS"
updated_at
string

ISO 8601 formatted date indicating when the resource was updated.

webhook_api_version
string
Default: "1"

Determines which webhook format will be used, Telnyx API v1 or v2.

Enum: "1" "2"
webhook_event_failover_url
string <url>
Default: ""

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'.

webhook_event_url
string <url>

The URL where webhooks related to this connection will be sent. Must include a scheme, such as 'https'.

webhook_timeout_secs
integer [ 0 .. 30 ]
Default: null

Specifies how many seconds to wait before timing out a webhook.

401

Unauthorized

404

Resource not found

422

Bad request

get/fqdn_connections/{id}
Request samples
import telnyx
telnyx.api_key = "YOUR_API_KEY"

telnyx.FQDNConnection.retrieve("id")
Response samples
application/json
{
  • "data": {
    • "active": true,
    • "anchorsite_override": "Latency",
    • "connection_name": "string",
    • "created_at": "2018-02-02T22:25:27.521Z",
    • "default_on_hold_comfort_noise_enabled": true,
    • "dtmf_type": "RFC 2833",
    • "encode_contact_header_enabled": true,
    • "encrypted_media": "SRTP",
    • "id": "1293384261075731499",
    • "inbound": {
      • "ani_number_format": "+E.164",
      • "channel_limit": 10,
      • "codecs": [
        • "G722"
        ],
      • "default_routing_method": "sequential",
      • "dnis_number_format": "+e164",
      • "generate_ringback_tone": true,
      • "isup_headers_enabled": true,
      • "prack_enabled": true,
      • "privacy_zone_enabled": true,
      • "sip_compact_headers_enabled": true,
      • "sip_region": "US",
      • "sip_subdomain": "string",
      • "sip_subdomain_receive_settings": "only_my_connections",
      • "timeout_1xx_secs": 10,
      • "timeout_2xx_secs": 10
      },
    • "onnet_t38_passthrough_enabled": true,
    • "record_type": "fqdn_connection",
    • "rtcp_settings": {
      • "capture_enabled": true,
      • "port": "rtcp-mux",
      • "report_frequency_secs": 10
      },
    • "transport_protocol": "UDP",
    • "updated_at": "2018-02-02T22:25:27.521Z",
    • "webhook_api_version": "1",
    • "webhook_event_failover_url": "https://failover.example.com",
    • "webhook_event_url": "https://example.com",
    • "webhook_timeout_secs": 25
    }
}

Update an FQDN connection

Updates settings of an existing FQDN connection.

SecuritybearerAuth
Request
path Parameters
id
required
string

FQDN Connection ID

Request Body schema: application/json
required

Parameters that can be updated in a FQDN connection

active
boolean

Defaults to true

anchorsite_override
string (AnchorsiteOverride)

Latency 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.

Enum: "Latency" "Chicago, IL" "Ashburn, VA" "San Jose, CA" "Sydney, Australia" "Amsterdam, Netherlands" "London, UK" "Toronto, Canada" "Vancouver, Canada" "Frankfurt, Germany"
connection_name
string
default_on_hold_comfort_noise_enabled
boolean
Default: true

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.

dtmf_type
string (DtmfType)

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.

Enum: "RFC 2833" "Inband" "SIP INFO"
encode_contact_header_enabled
boolean
Default: false

Encode the SIP contact header sent by Telnyx to avoid issues for NAT or ALG scenarios.

encrypted_media
string (EncryptedMedia)

Enable use of SRTP or ZRTP for encryption. Valid values are those listed or null. Cannot be set to non-null if the transport_portocol is TLS.

Enum: "SRTP" "ZRTP"
object (InboundFqdn)
onnet_t38_passthrough_enabled
boolean
Default: false

Enable on-net T38 if you prefer that the sender and receiver negotiate T38 directly when both are on the Telnyx network. If this is disabled, Telnyx will be able to use T38 on just one leg of the call according to each leg's settings.

object (ConnectionRtcpSettings)
transport_protocol
string (FqdnConnectionTransportProtocol)

One of UDP, TLS, or TCP. Applies only to connections with IP authentication or FQDN authentication.

Enum: "UDP" "TCP" "TLS"
webhook_api_version
string
Default: "1"

Determines which webhook format will be used, Telnyx API v1 or v2.

Enum: "1" "2"
webhook_event_failover_url
string <url>
Default: ""

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'.

webhook_event_url
string <url>

The URL where webhooks related to this connection will be sent. Must include a scheme, such as 'https'.

webhook_timeout_secs
integer [ 0 .. 30 ]
Default: null

Specifies how many seconds to wait before timing out a webhook.

Responses
200

Successful response with details about an FQDN connection.

Response Schema: application/json
object (FqdnConnection)
active
boolean

Defaults to true

anchorsite_override
string (AnchorsiteOverride)

Latency 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.

Enum: "Latency" "Chicago, IL" "Ashburn, VA" "San Jose, CA" "Sydney, Australia" "Amsterdam, Netherlands" "London, UK" "Toronto, Canada" "Vancouver, Canada" "Frankfurt, Germany"
connection_name
required
string
created_at
string

ISO 8601 formatted date indicating when the resource was created.

default_on_hold_comfort_noise_enabled
boolean
Default: true

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.

dtmf_type
string (DtmfType)

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.

Enum: "RFC 2833" "Inband" "SIP INFO"
encode_contact_header_enabled
boolean
Default: false

Encode the SIP contact header sent by Telnyx to avoid issues for NAT or ALG scenarios.

encrypted_media
string (EncryptedMedia)

Enable use of SRTP or ZRTP for encryption. Valid values are those listed or null. Cannot be set to non-null if the transport_portocol is TLS.

Enum: "SRTP" "ZRTP"
id
string <int64>

Identifies the resource.

object (InboundFqdn)
onnet_t38_passthrough_enabled
boolean
Default: false

Enable on-net T38 if you prefer that the sender and receiver negotiate T38 directly when both are on the Telnyx network. If this is disabled, Telnyx will be able to use T38 on just one leg of the call according to each leg's settings.

record_type
string

Identifies the type of the resource.

object (ConnectionRtcpSettings)
transport_protocol
string (FqdnConnectionTransportProtocol)

One of UDP, TLS, or TCP. Applies only to connections with IP authentication or FQDN authentication.

Enum: "UDP" "TCP" "TLS"
updated_at
string

ISO 8601 formatted date indicating when the resource was updated.

webhook_api_version
string
Default: "1"

Determines which webhook format will be used, Telnyx API v1 or v2.

Enum: "1" "2"
webhook_event_failover_url
string <url>
Default: ""

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'.

webhook_event_url
string <url>

The URL where webhooks related to this connection will be sent. Must include a scheme, such as 'https'.

webhook_timeout_secs
integer [ 0 .. 30 ]
Default: null

Specifies how many seconds to wait before timing out a webhook.

401

Unauthorized

404

Resource not found

422

Bad request

patch/fqdn_connections/{id}
Request samples
application/json
{
  • "active": true,
  • "anchorsite_override": "Latency",
  • "connection_name": "string",
  • "default_on_hold_comfort_noise_enabled": true,
  • "dtmf_type": "RFC 2833",
  • "encode_contact_header_enabled": true,
  • "encrypted_media": "SRTP",
  • "inbound": {
    • "ani_number_format": "+E.164",
    • "channel_limit": 10,
    • "codecs": [
      • "G722"
      ],
    • "default_routing_method": "sequential",
    • "default_primary_fqdn_id": "123456787",
    • "default_secondary_fqdn_id": "123456788",
    • "default_tertiary_fqdn_id": "123456789",
    • "dnis_number_format": "+e164",
    • "generate_ringback_tone": true,
    • "isup_headers_enabled": true,
    • "prack_enabled": true,
    • "privacy_zone_enabled": true,
    • "sip_compact_headers_enabled": true,
    • "sip_region": "US",
    • "sip_subdomain": "string",
    • "sip_subdomain_receive_settings": "only_my_connections",
    • "timeout_1xx_secs": 10,
    • "timeout_2xx_secs": 10
    },
  • "onnet_t38_passthrough_enabled": true,
  • "rtcp_settings": {
    • "capture_enabled": true,
    • "port": "rtcp-mux",
    • "report_frequency_secs": 10
    },
  • "transport_protocol": "UDP",
  • "webhook_api_version": "1",
  • "webhook_event_failover_url": "https://failover.example.com",
  • "webhook_event_url": "https://example.com",
  • "webhook_timeout_secs": 25
}
Response samples
application/json
{
  • "data": {
    • "active": true,
    • "anchorsite_override": "Latency",
    • "connection_name": "string",
    • "created_at": "2018-02-02T22:25:27.521Z",
    • "default_on_hold_comfort_noise_enabled": true,
    • "dtmf_type": "RFC 2833",
    • "encode_contact_header_enabled": true,
    • "encrypted_media": "SRTP",
    • "id": "1293384261075731499",
    • "inbound": {
      • "ani_number_format": "+E.164",
      • "channel_limit": 10,
      • "codecs": [
        • "G722"
        ],
      • "default_routing_method": "sequential",
      • "dnis_number_format": "+e164",
      • "generate_ringback_tone": true,
      • "isup_headers_enabled": true,
      • "prack_enabled": true,
      • "privacy_zone_enabled": true,
      • "sip_compact_headers_enabled": true,
      • "sip_region": "US",
      • "sip_subdomain": "string",
      • "sip_subdomain_receive_settings": "only_my_connections",
      • "timeout_1xx_secs": 10,
      • "timeout_2xx_secs": 10
      },
    • "onnet_t38_passthrough_enabled": true,
    • "record_type": "fqdn_connection",
    • "rtcp_settings": {
      • "capture_enabled": true,
      • "port": "rtcp-mux",
      • "report_frequency_secs": 10
      },
    • "transport_protocol": "UDP",
    • "updated_at": "2018-02-02T22:25:27.521Z",
    • "webhook_api_version": "1",
    • "webhook_event_failover_url": "https://failover.example.com",
    • "webhook_event_url": "https://example.com",
    • "webhook_timeout_secs": 25
    }
}