Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 978 Bytes

CallForwarding.md

File metadata and controls

25 lines (13 loc) · 978 Bytes

CallForwarding

The call forwarding settings for a phone number.

Properties

Name Type Description Notes
callForwardingEnabled Boolean Indicates if call forwarding will be enabled for this number if forwards_to and forwarding_type are filled in. Defaults to true for backwards compatibility with APIV1 use of numbers endpoints. [optional]
forwardsTo String The phone number to which inbound calls to this number are forwarded. Inbound calls will not be forwarded if this field is left blank. If set, must be a +E.164-formatted phone number. [optional]
forwardingType ForwardingTypeEnum Call forwarding type. 'forwards_to' must be set for this to have an effect. [optional]

Enum: ForwardingTypeEnum

Name Value
ALWAYS "always"
ON_FAILURE "on_failure"