Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.74 KB

UpdatePhoneNumberVoiceSettingsRequest.md

File metadata and controls

39 lines (23 loc) · 1.74 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]
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"