KaiTakami
02/28/2025, 6:37 PMVapi Support Bot
02/28/2025, 6:38 PMjson
{
"voicemailDetection": {
"provider": "twilio",
"voicemailDetectionTypes": [
"machine_start",
"machine_end_beep",
"machine_end_silence",
"unknown",
"machine_end_other"
],
"enabled": true,
"machineDetectionTimeout": 15,
"machineDetectionSpeechThreshold": 2500,
"machineDetectionSpeechEndThreshold": 2050,
"machineDetectionSilenceTimeout": 2000
}
}
2. **Using Vapi's Built-In Voicemail Tool**: You can also use Vapi's own voicemail detection tool, which relies on contextual cues. Here’s how you can configure it:
json
{
"model": {
"tools": [{ "type": "voicemail" }]
}
}
You can even combine both methods for better accuracy! If you need more details on how to implement these configurations, just let me know! 😊
Sources:
- [Current Methods for Voicemail Detection in Vapi](https://docs.vapi.ai/phone-calling/voice-mail-detection)
- [Managing Voicemail Detection Settings in VAPI Without Using the Dashboard](https://docs.vapi.ai/phone-calling/voice-mail-detection)Praveen Nair
03/03/2025, 8:38 AMKaiTakami
03/03/2025, 6:50 PMShubham Bajaj
03/06/2025, 10:35 PMShubham Bajaj
03/06/2025, 10:35 PM