Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 2.12 KB

File metadata and controls

45 lines (29 loc) · 2.12 KB

EnableVoiceOnNumberRequest

Properties

Name Type Description Notes
forwardTo String tel:+E164, sip:..., or wss://... destination for inbound calls. Empty string clears the forward (outbound-only); omitted preserves the current one. [optional]
recordingEnabled Boolean [optional]
transcriptionEnabled Boolean [optional]
transcriptionLanguage TranscriptionLanguageEnum [optional]
voicemailEnabled Boolean Voicemail is taken when there's no live destination. Default on. [optional]
voicemailGreeting String Custom spoken greeting; empty string restores the default. [optional]
businessHoursEnabled Boolean Outside the windows, inbound skips the forward and goes to voicemail. Off = 24/7. [optional]
businessHoursTimezone String IANA timezone the windows are evaluated in. [optional]
businessHours List<EnableVoiceOnNumberRequestBusinessHoursInner> [optional]
blockedCallers List<String> E.164 numbers rejected before answer. Replaces the whole list; bare 10-digit values are normalized as US numbers. [optional]
forwardCallerId ForwardCallerIdEnum Caller ID on the forwarded leg: your number (`business`) or the original caller's (`caller`). [optional]
ivrEnabled Boolean IVR menu (supersedes the plain forward within business hours). [optional]
ivrPrompt String [optional]
ivrOptions List<EnableVoiceOnNumberRequestIvrOptionsInner> [optional]

Enum: TranscriptionLanguageEnum

Name Value
AUTO "auto"
EN "en"
ES "es"

Enum: ForwardCallerIdEnum

Name Value
BUSINESS "business"
CALLER "caller"