Benjamin E.
11/13/2024, 2:18 AMVapi
11/13/2024, 2:21 AMVapi
11/13/2024, 2:21 AMvoicemailDetection
settings to better handle such cases. Since you're experiencing issues with calls being marked as customer-ended-call
prematurely, you might want to adjust the voicemailDetectionTypes
to include additional AMD (Answering Machine Detection) messages that Twilio considers as voicemail.
The default voicemailDetectionTypes
are usually set to ['machine_end_beep', 'machine_end_silence']
, but you can add more types such as ['human', 'answering_machine']
depending on the behavior you're observing.
Additionally, you can experiment with the timeout
and silence_timeout
parameters to give the system more time to analyze the call before making a decision.
If you'd like, I can help you configure these settings. Could you provide more details on the current configuration and the behavior you'd like to achieve?Vapi
11/13/2024, 2:21 AMBenjamin E.
11/13/2024, 3:46 AMShubham Bajaj
11/13/2024, 9:49 AMjson
"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.Benjamin E.
11/13/2024, 5:49 PMBenjamin E.
11/14/2024, 5:11 AMShubham Bajaj
11/14/2024, 1:11 PMassistant-waits-for-user
.Benjamin E.
11/14/2024, 1:13 PMShubham Bajaj
11/14/2024, 1:15 PMTLDR
You have to play with twilio voice mail options to find the best value for use case.
FYI
There is no size, fits all.Shubham Bajaj
11/14/2024, 1:15 PMBenjamin E.
11/14/2024, 1:17 PMShubham Bajaj
11/14/2024, 1:20 PMBenjamin E.
11/14/2024, 1:26 PMBenjamin E.
11/14/2024, 1:33 PMShubham Bajaj
11/15/2024, 2:05 PMBenjamin E.
11/15/2024, 11:28 PMBenjamin E.
11/16/2024, 4:41 PMShubham Bajaj
11/18/2024, 4:05 PMShubham Bajaj
11/18/2024, 4:05 PMBenjamin E.
11/20/2024, 3:59 AMShubham Bajaj
11/21/2024, 11:24 AM