Voicemail Detection & Handling Improvements
-
Enhanced Beep Detection: Improve voicemail detection accuracy with
CreateVoicemailToolDTO.beepDetectionEnabled
specifically for Twilio-based calls. This feature detects the characteristic beep sound that indicates voicemail recording has started. -
Workflow Voicemail Integration: Configure comprehensive voicemail handling in workflows with enhanced message and detection capabilities:
Workflow.voicemailMessage
: Custom messages for voicemail scenarios (up to 1000 characters)Workflow.voicemailDetection
: Configurable detection methods for different providers
-
Assistant Voicemail Enhancement: Improved voicemail handling in assistant configurations with
Assistant.voicemailMessage
andAssistant.voicemailDetection
for consistent behavior across all conversation types. -
Multiple Detection Methods: Choose from various voicemail detection providers:
- Google:
GoogleVoicemailDetectionPlan
for AI-powered detection - OpenAI:
OpenAIVoicemailDetectionPlan
for intelligent voicemail recognition - Twilio:
TwilioVoicemailDetectionPlan
for carrier-level detection - Vapi:
VapiVoicemailDetectionPlan
for integrated detection
- Google:
-
Beep Detection for Call Flows: The new beep detection capability works specifically with Twilio transport, providing reliable voicemail identification when traditional detection methods may not be sufficient.
-
Voicemail Tool Configuration: Enhanced tool rejection and messaging capabilities ensure appropriate handling when voicemail is detected, with configurable responses based on your business requirements.
Beep detection is currently available only for Twilio-based calls. If you’re using other providers, consider combining multiple detection methods for better accuracy.
Voicemail Management Features
Support for Google, OpenAI, Twilio, and Vapi detection methods, allowing you to choose the best option for your use case.
Advanced audio analysis to detect voicemail beeps on Twilio calls for more reliable voicemail identification.
Configure personalized voicemail messages up to 1000 characters for better user experience and brand consistency.
Comprehensive voicemail handling throughout workflow nodes with consistent configuration across conversation flows.