Skip to content

Files

Latest commit

ADandyGuyInSpace“ADandyGuyInSpace”
and
“ADandyGuyInSpace”
Feb 7, 2025
34b7959 · Feb 7, 2025

History

History
40 lines (24 loc) · 1.87 KB

UpdatePhoneNumberVoiceSettingsRequest.md

File metadata and controls

40 lines (24 loc) · 1.87 KB

UpdatePhoneNumberVoiceSettingsRequest

Properties

Name Type Description Notes
techPrefixEnabled Boolean Controls whether a tech prefix is enabled for this phone number. [optional]
translatedNumber String This field allows you to rewrite the destination number of an inbound call before the call is routed to you. The value of this field may be any alphanumeric value, and the value will replace the number originally dialed. [optional]
callerIdNameEnabled Boolean Controls whether the caller ID name is enabled for this phone number. [optional]
callForwarding CallForwarding [optional]
cnamListing CnamListing [optional]
usagePaymentMethod UsagePaymentMethodEnum Controls whether a number is billed per minute or uses your concurrent channels. [optional]
mediaFeatures MediaFeatures [optional]
callRecording CallRecording [optional]
inboundCallScreening InboundCallScreeningEnum The inbound_call_screening setting is a phone number configuration option variable that allows users to configure their settings to block or flag fraudulent calls. It can be set to disabled, reject_calls, or flag_calls. This feature has an additional per-number monthly cost associated with it. [optional]

Enum: UsagePaymentMethodEnum

Name Value
PAY_PER_MINUTE "pay-per-minute"
CHANNEL "channel"

Enum: InboundCallScreeningEnum

Name Value
DISABLED "disabled"
REJECT_CALLS "reject_calls"
FLAG_CALLS "flag_calls"