Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 3.23 KB

OutboundFqdn.md

File metadata and controls

59 lines (39 loc) · 3.23 KB

OutboundFqdn

Properties

Name Type Description Notes
aniOverride String Set a phone number as the ani_override value to override caller id number on outbound calls. [optional]
aniOverrideType AniOverrideTypeEnum Specifies when we should apply your ani_override setting. Only applies when ani_override is not blank. [optional]
callParkingEnabled 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. [optional]
channelLimit Integer When set, this will limit the total number of inbound calls to phone numbers associated with this connection. [optional]
generateRingbackTone Boolean Generate ringback tone through 183 session progress message with early media. [optional]
instantRingbackEnabled Boolean When set, ringback will not wait for indication before sending ringback tone to calling party. [optional]
ipAuthenticationMethod IpAuthenticationMethodEnum [optional]
ipAuthenticationToken String [optional]
localization String 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.", [optional]
outboundVoiceProfileId String Identifies the associated outbound voice profile. [optional]
t38ReinviteSource T38ReinviteSourceEnum 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. [optional]
techPrefix String Numerical chars only, exactly 4 characters. [optional]
encryptedMedia EncryptedMedia [optional]
timeout1xxSecs Integer Time(sec) before aborting if connection is not made. [optional]
timeout2xxSecs Integer Time(sec) before aborting if call is unanswered (min: 1, max: 600). [optional]

Enum: AniOverrideTypeEnum

Name Value
ALWAYS "always"
NORMAL "normal"
EMERGENCY "emergency"

Enum: IpAuthenticationMethodEnum

Name Value
CREDENTIAL_AUTHENTICATION "credential-authentication"
IP_AUTHENTICATION "ip-authentication"

Enum: T38ReinviteSourceEnum

Name Value
TELNYX "telnyx"
CUSTOMER "customer"
DISABLED "disabled"
PASSTHRU "passthru"
CALLER_PASSTHRU "caller-passthru"
CALLEE_PASSTHRU "callee-passthru"