Mistermanu#000
03/13/2025, 11:40 PMMistermanu#000
03/13/2025, 11:40 PMMistermanu#000
03/13/2025, 11:41 PMVapi Support Bot
03/13/2025, 11:41 PMjson
"voicemailDetection": {
"provider": "twilio",
"voicemailDetectionTypes": [
"machine_start",
"machine_end_beep",
"machine_end_silence",
"unknown",
"machine_end_other"
],
"enabled": true,
"machineDetectionTimeout": 30,
"machineDetectionSpeechThreshold": 2400,
"machineDetectionSpeechEndThreshold": 1200,
"machineDetectionSilenceTimeout": 5000
}
You might also want to try using both Twilio's voicemail detection and Vapi's built-in voicemail tool together for improved reliability:
```json
{
"voicemailDetection": {
"provider": "twilio",
"enabled": true,
"voicemailDetectionTypes": [
"machine_start",
"machine_end_beep",
"unknown"
],
"machineDetectionTimeout": 15
},
"model": {
"tools": [{ "type": "voicemail" }]Vapi Support Bot
03/13/2025, 11:41 PMMistermanu#000
03/14/2025, 12:16 AMKings Big
03/14/2025, 3:45 AMMistermanu#000
03/14/2025, 5:17 AMMistermanu#000
03/14/2025, 5:18 AMMason
03/14/2025, 5:43 AMMistermanu#000
03/14/2025, 5:43 AMMason
03/14/2025, 5:44 AM