Get the (almost) daily changelog
Voicemail Detection Enhancements
- Voicemail Detection Enhancements: You can now configure voicemail detection across providers with
Assistant.voicemailDetection
, for example with Vapi, Google, and OpenAI.Each plan now supports atype
property to select between:
audio
: Native audio model detection (default)transcript
: ASR/transcript-based detection
- Fine-tuned control: Under each voicemail detection plan, you can configure backoff plans and beep detection timing with
Assistant.voicemailDetection["yourVoicemailDetectionPlan"].beepMaxAwaitSeconds
for improved voicemail handling in automated calls.