Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 2.29 KB

File metadata and controls

45 lines (29 loc) · 2.29 KB

PhoneNumberWithVoiceSettings

Properties

Name Type Description Notes
id String Identifies the type of resource. [optional] [readonly]
recordType String Identifies the type of the resource. [optional] [readonly]
phoneNumber String The phone number in +E164 format. [optional] [readonly]
connectionId String Identifies the connection associated with this phone number. [optional]
customerReference String A customer reference string for customer look ups. [optional]
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]
emergency EmergencySettings [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"