ivy
04/07/2025, 1:47 AMVapi Support Bot
04/07/2025, 1:49 AMmachineDetectionSpeechThreshold
and machineDetectionSpeechEndThreshold
might need adjustment to correctly detect when machine greeting has finished.
3. **Increase silence timeout**: Try increasing the machineDetectionSilenceTimeout
to accommodate longer silences in voicemails.
Here's a recommended configuration:
json
{
"provider": "twilio",
"enabled": true,
"machineDetectionTimeout": 30,
"machineDetectionSpeechThreshold": 2400,
"machineDetectionSpeechEndThreshold": 1000,
"machineDetectionSilenceTimeout": 3000,
"voicemailDetectionTypes": ["machine_end_beep", "machine_end_silence", "machine_end_other"]
}
## Call Flow AdjustmentsVapi Support Bot
04/07/2025, 1:49 AMfirstMessageMode
to assistantWaitsForUser
as [suggested in documentation](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1305065394662408192)
- Set startSpeakingPlan.waitSeconds
to 0.8 for better timing
- Check if endCallAfterSpokenEnabled
is set to true, which might be ending calls prematurely
## Using Your Call IDs for Investigation
You can use the call IDs you provided to:
1. Navigate to the Vapi Dashboard > logs > calls
2. Find the specific calls using the IDs
3. Examine the logs for patterns or specific errors
4. Check for SIP status, SIP reason, and call status information
Is there anything specific in your configuration that you've recently changed before this issue started happening? I'd be happy to help you further troubleshoot this issue.
Sources:
- [Troubleshooting calls immediately picking up voicemail scenario](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333472116984778894)
- [Reasons for call response immediately pushed to voicemail](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336548894896816222)
- [How to use call ID to troubleshoot call issues](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339467226381684789)
- [Troubleshooting steps for calls immediately going to voicemail](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1342555558984814653)
- [Best practices for call deployment to avoid voicemail issues](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1305065394662408192)ivy
04/07/2025, 1:50 AMVapi Support Bot
04/07/2025, 1:54 AMKings_big💫
04/07/2025, 2:01 AMivy
04/07/2025, 2:17 AMKings Big
04/07/2025, 7:47 AM