Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 2.51 KB

CredentialOutbound.md

File metadata and controls

44 lines (28 loc) · 2.51 KB

CredentialOutbound

Properties

Name Type Description Notes
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]
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 apply your ani_override setting. Only applies when ani_override is not blank. [optional]
channelLimit Integer When set, this will limit the total number of outbound calls to phone numbers associated with this connection. [optional]
instantRingbackEnabled Boolean When set, ringback will not wait for indication before sending ringback tone to calling party. [optional]
generateRingbackTone Boolean Generate ringback tone through 183 session progress message with early media. [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]
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.<br/><br/> By default, Telnyx will send the re-invite. If set to `customer`, the caller is expected to send the t.38 reinvite. [optional]
outboundVoiceProfileId String Identifies the associated outbound voice profile. [optional]

Enum: AniOverrideTypeEnum

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

Enum: T38ReinviteSourceEnum

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