Enable phone calling on a number
Turns on regular phone (PSTN) calling for one of your numbers and configures how inbound calls are handled. Inbound calls route to forwardTo: your own AI voice agent (Vapi/Retell), a phone, or a SIP endpoint. Optional extras: voicemail, business-hours windows, an IVR menu, a caller blocklist, recording, and transcription. A number can also be voice-enabled with no forward (outbound-only).
Idempotent, and doubles as the settings update: only fields present in the body are written. Omitting forwardTo preserves the current destination; sending an empty string clears it.
Path parameters
Phone number record ID (from GET /v1/phone-numbers).
Request body
Response
Voice enabled; the full effective voice config is echoed back.
Changes
Changed in 1 of the 33 revisions of this API.1
- ○
added the non-success response with the status
response-non-success-status-added
- ○