Vapi
11/12/2024, 11:02 PMVapi
11/12/2024, 11:02 PMVapi
11/12/2024, 11:02 PMmachineDetectionTimeout
from 5 seconds to give the system more time to analyze the call and determine if it's a voicemail. This could help in cases where the voicemail greeting is longer than usual.
2. **Speech Thresholds**: Adjusting the machineDetectionSpeechThreshold
and machineDetectionSpeechEndThreshold
might also help in differentiating between a human and a voicemail system more accurately.
3. **LLM-based Voicemail Detection**: If we have released an update with LLM (Large Language Model) based voicemail detection, it would be designed to improve accuracy by analyzing the content of the call more deeply. If this feature is available, it would be beneficial to enable it.
4. **Voicemail Tool**: Adding a specialized voicemail tool could indeed make the detection more robust. This tool would likely use advanced algorithms or AI to analyze the audio more effectively. If such a tool is available, it could be added either through the UI or by modifying the configuration, depending on how the system is designed.
Since you mentioned the possibility of a voicemail tool, I would recommend checking if such a tool is available in the UI or reaching out to support for guidance on how to integrate it.
If you need further assistance with adjusting the parameters or have any other questions, please let me know!Benjamin E.
11/12/2024, 11:39 PMBenjamin E.
11/13/2024, 12:40 AMShubham Bajaj
11/13/2024, 9:48 AMvoice-mail-detected
.
Enable this for your assistant and it will work.
json
"voicemailDetection": {
"provider": "twilio",
"enabled": true,
"voicemailDetectionTypes": [
"machine_end_beep",
"machine_end_other",
"machine_end_silence",
"machine_start",
"unknown"
],
"machineDetectionTimeout": 5,
"machineDetectionSpeechThreshold": 2400,
"machineDetectionSpeechEndThreshold": 1000,
"machineDetectionSilenceTimeout": 3000
}
Do let me know how it goes.Shubham Bajaj
11/16/2024, 3:37 PMBenjamin E.
11/16/2024, 3:44 PMShubham Bajaj
11/18/2024, 4:05 PMBenjamin E.
11/18/2024, 5:27 PM