Module: Telnyx::Models::CredentialOutbound::T38ReinviteSource
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/credential_outbound.rb
Overview
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.
Constant Summary collapse
- TELNYX =
:telnyx- CUSTOMER =
:customer- DISABLED =
:disabled- PASSTHRU =
:passthru- CALLER_PASSTHRU =
:"caller-passthru"- CALLEE_PASSTHRU =
:"callee-passthru"
Class Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/credential_outbound.rb', line 126
|