voicemail detection issues
its not detecting voicemails instead it shows the log as customer did not answer, my voicemail detection is sat to vapi and default settings. is there anything I can do to make it show voicemail instead?
startAtSeconds and increasing maxRetries. Update your assistant configuration as follows:⤵️ Mention @Vapi Support Bot for follow-ups 🐥
beepMaxAwaitSeconds parameter to allow more time for the voicemail beep. Update your configuration as follows:"beepMaxAwaitSeconds" in Vapi, add or update it in your assistant's configuration JSON under the voicemailDetection section. For example:voicemailDetection settings as recommended. To help diagnose further, could you let me know which telephony provider or carrier's voicemail system you are calling (e.g., mobile carrier, VoIP, etc.)? Some systems may require different detection strategies.voicemailDetection settings (e.g., "type": "audio" or "type": "transcript")? This detail will help determine the next best troubleshooting step.voicemailDetection configuration (with sensitive info removed)."type" field in your voicemailDetection settings (e.g., "audio" or "transcript")? "type": "transcript" is recommended. For Vapi or Google, "type": "audio" is usually optimal. startAtSecondsmaxRetriesbeepMaxAwaitSeconds"beepMaxAwaitSeconds"voicemailDetectionvoicemailDetectionvoicemailDetectionvoicemailDetectionvoicemailDetection"type": "audio""type": "audio""type": "transcript""type": "transcript""type""audio""transcript""voicemailDetection": {
"provider": "vapi",
"backoffPlan": {
"startAtSeconds": 1.5,
"frequencySeconds": 2.5,
"maxRetries": 8
}
}"voicemailDetection": {
"provider": "vapi",
"backoffPlan": {
"startAtSeconds": 1.5,
"frequencySeconds": 2.5,
"maxRetries": 8
},
"beepMaxAwaitSeconds": 25
}"voicemailDetection": {
"provider": "vapi",
"backoffPlan": {
"startAtSeconds": 1.5,
"frequencySeconds": 2.5,
"maxRetries": 8
},
"beepMaxAwaitSeconds": 25
}"voicemailDetection": {
"provider": "google",
"backoffPlan": {
"startAtSeconds": 3,
"frequencySeconds": 3,
"maxRetries": 8
},
"beepMaxAwaitSeconds": 20
}{
"model": {
"model": "gpt-4.1-mini",
"toolIds": ["tool-id-redacted"],
"messages": [
{
"role": "system",
"content": "[System prompt text kept intact — but all client names, phone numbers, and sensitive details have been anonymized.]"
}
],
"provider": "openai",
"temperature": 0.3
},
"firstMessage": "Hi {{first_name}}?",
"voicemailDetection": {
"provider": "vapi",
"backoffPlan": {
"maxRetries": 6,
"startAtSeconds": 5,
"frequencySeconds": 5
},
"beepMaxAwaitSeconds": 0