Skip to main content

Update an FQDN connection

PATCH 
/fqdn_connections/:id

Updates settings of an existing FQDN connection.

Request

Path Parameters

    id int64required

    Identifies the resource.

Body

required

Parameters that can be updated in a FQDN connection

    active boolean

    Defaults to true

    anchorsite_override Anchorsite Override (string)

    Possible values: [Latency, Chicago, IL, Ashburn, VA, San Jose, CA, Sydney, Australia, Amsterdam, Netherlands, London, UK, Toronto, Canada, Vancouver, Canada, Frankfurt, Germany]

    Default value: Latency

    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.

    connection_name Connection Name (string)

    A user-assigned name to help manage the connection.

    transport_protocol FqdnConnectionTransportProtocol (string)

    Possible values: [UDP, TCP, TLS]

    Default value: UDP

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

    default_on_hold_comfort_noise_enabled boolean

    Default value: 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 DTMF Type (string)

    Possible values: [RFC 2833, Inband, SIP INFO]

    Default value: RFC 2833

    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.

    encode_contact_header_enabled boolean

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

    encrypted_media EncryptedMedia (string)nullable

    Possible values: [SRTP]

    Enable use of SRTP for encryption. Cannot be set if the transport_portocol is TLS.

    onnet_t38_passthrough_enabled boolean

    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.

    ios_push_credential_id Ios Push Credential Id (string)nullable

    The uuid of the push credential for Ios

    android_push_credential_id Android Push Credential Id (string)nullable

    The uuid of the push credential for Android

    webhook_event_url url

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

    webhook_event_failover_url urlnullable

    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_api_version Webhook API Version (string)

    Possible values: [1, 2]

    Default value: 1

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

    webhook_timeout_secs Webhook Timeout Secs (integer)nullable

    Possible values: <= 30

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

    rtcp_settings

    object

    port

    Possible values: [rtcp-mux, rtp+1]

    Default value: rtp+1

    RTCP port by default is rtp+1, it can also be set to rtcp-mux

    capture_enabled boolean

    BETA - Enable the capture and storage of RTCP messages to create QoS reports on the Telnyx Mission Control Portal.

    report_frequency_secs integer

    Default value: 5

    RTCP reports are sent to customers based on the frequency set. Frequency is in seconds and it can be set to values from 5 to 3000 seconds.

    inbound

    object

    ani_number_format string

    Possible values: [+E.164, E.164, +E.164-national, E.164-national]

    Default value: E.164-national

    This setting allows you to set the format with which the caller's number (ANI) is sent for inbound phone calls.

    dnis_number_format string

    Possible values: [+e164, e164, national, sip_username]

    Default value: e164

    codecs string[]

    Default value: G722,G711U,G711A,G729,OPUS,H.264

    Defines the list of codecs that Telnyx will send for inbound calls to a specific number on your portal account, in priority order. This only works when the Connection the number is assigned to uses Media Handling mode: default. OPUS and H.264 codecs are available only when using TCP or TLS transport for SIP.

    default_routing_method stringnullable

    Possible values: [sequential, round-robin]

    Default value: sequential

    Default routing method to be used when a number is associated with the connection. Must be one of the routing method types or null, other values are not allowed.

    default_primary_fqdn_id int64nullable

    The default primary FQDN to use for the number. Only settable if the connection is of FQDN type. Value must be the ID of an FQDN set on the connection.

    default_secondary_fqdn_id int64nullable

    The default secondary FQDN to use for the number. Only settable if the connection is of FQDN type. Value must be the ID of an FQDN set on the connection.

    default_tertiary_fqdn_id int64nullable

    The default tertiary FQDN to use for the number. Only settable if the connection is of FQDN type. Value must be the ID of an FQDN set on the connection.

    channel_limit integernullable

    When set, this will limit the total number of inbound calls to phone numbers associated with this connection.

    generate_ringback_tone boolean

    Generate ringback tone through 183 session progress message with early media.

    isup_headers_enabled boolean

    When set, inbound phone calls will receive ISUP parameters via SIP headers. (Only when available and only when using TCP or TLS transport.)

    prack_enabled boolean

    Enable PRACK messages as defined in RFC3262.

    privacy_zone_enabled boolean

    By default, Telnyx does not send caller-id information when the caller has chosen to hide this information. When this option is enabled, Telnyx will send the SIP header Privacy:id plus the caller-id information so that the receiver side can choose when to hide it.

    sip_compact_headers_enabled boolean

    Default value: true

    Defaults to true.

    sip_region string

    Possible values: [US, Europe, Australia]

    Default value: US

    Selects which sip_region to receive inbound calls from. If null, the default region (US) will be used.

    sip_subdomain stringnullable

    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.

    sip_subdomain_receive_settings string

    Possible values: [only_my_connections, from_anyone]

    Default value: from_anyone

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

    timeout_1xx_secs integer

    Possible values: >= 1 and <= 120

    Default value: 3

    Time(sec) before aborting if connection is not made.

    timeout_2xx_secs integer

    Possible values: >= 1 and <= 600

    Default value: 90

    Time(sec) before aborting if call is unanswered (min: 1, max: 600).

    shaken_stir_enabled boolean

    When enabled the SIP Connection will receive the Identity header with Shaken/Stir data in the SIP INVITE message of inbound calls, even when using UDP transport.

    outbound

    object

    ani_override E.164

    Set a phone number as the ani_override value to override caller id number on outbound calls.

    ani_override_type ANI override type (string)

    Possible values: [always, normal, emergency]

    Default value: always

    Specifies when we should apply your ani_override setting. Only applies when ani_override is not blank.

    call_parking_enabled boolean

    Forces all SIP calls originated on this connection to be "parked" instead of "bridged" to the destination specified on the URI. Parked calls will return ringback to the caller and will await for a Call Control command to define which action will be taken next.

    channel_limit integer

    When set, this will limit the total number of inbound calls to phone numbers associated with this connection.

    generate_ringback_tone boolean

    Generate ringback tone through 183 session progress message with early media.

    instant_ringback_enabled boolean

    When set, ringback will not wait for indication before sending ringback tone to calling party.

    ip_authentication_method string

    Possible values: [credential-authentication, ip-authentication]

    Default value: ip-authentication

    ip_authentication_token string
    localization string

    Default value: US

    A 2-character country code specifying the country whose national dialing rules should be used. For example, if set to US then any US number can be dialed without preprending +1 to the number. When left blank, Telnyx will try US and GB dialing rules, in that order, by default.",

    outbound_voice_profile_id int64

    Identifies the associated outbound voice profile.

    t38_reinvite_source string

    Possible values: [telnyx, customer, disabled, passthru, caller-passthru, callee-passthru]

    Default value: telnyx

    This setting only affects connections with Fax-type Outbound Voice Profiles. The setting dictates whether or not Telnyx sends a t.38 reinvite. By default, Telnyx will send the re-invite. If set to customer, the caller is expected to send the t.38 reinvite.

    tech_prefix string

    Numerical chars only, exactly 4 characters.

    encrypted_media EncryptedMedia (string)nullable

    Possible values: [SRTP]

    Enable use of SRTP for encryption. Cannot be set if the transport_portocol is TLS.

    timeout_1xx_secs integer

    Possible values: >= 1 and <= 120

    Default value: 3

    Time(sec) before aborting if connection is not made.

    timeout_2xx_secs integer

    Possible values: >= 1 and <= 600

    Default value: 90

    Time(sec) before aborting if call is unanswered (min: 1, max: 600).

Responses

200: Successful response with details about an FQDN connection.

401: Unauthorized

403: The user doesn't have the required permissions to perform the requested action.

404: The requested resource doesn't exist.

422: The request was well-formed but was unable to be followed due to semantic errors.

Loading...