Gustavo
04/01/2025, 1:11 AMVapi Support Bot
04/01/2025, 1:13 AMmachineDetectionSilenceTimeout
(valid range: 2000-10000 ms, default: 5000 ms) as mentioned in the [voice mail detection docs](https://docs.vapi.ai/phone-calling/voice-mail-detection).
2. **Check Voice Activity Detection (VAD) Settings**:
- Tweak the voiceSeconds
parameter to balance responsiveness and avoid false triggers as noted in the [speech configuration docs](https://docs.vapi.ai/customization/speech-configuration).
3. **Verify API Keys and Configurations**:
- Double-check API keys and access permissions for each agent.
- Review any recent code changes that might have affected the agents' ability to receive voice input.
4. **Check Network and Connectivity**:
- Ensure stable network connections for all services.
- Verify that there are no issues with SIP configuration if you're using it.
5. **Review Webhook Configurations**:
- Ensure your server is properly configured to receive requests from VAPI.
- Check server logs for any errors or intermittent downtime.
Since you've already tried switching transcribers without success, the issue might be related to other configuration settings or service delays rather than the transcription service itself.
Is there any other information about your setup that you could share to help narrow down the issue?
Sources:
- [Discord Thread about Voicemail Detection](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1344633027925377064)
- [Discord Thread about 11Labs Delays](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338586561662419055)
- [Discord Thread about Agent Silence](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1327662627882795059)
- [Discord Thread about Audio Streaming](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341810370700120064)
- [Vapi Changelog](https://docs.vapi.ai/changelog/2024/11/30)Vapi Support Bot
04/01/2025, 1:13 AMmachineDetectionSilenceTimeout
might need adjustment.
2. **Delays from External Services**: Delays in responses from text-to-speech providers can trigger silence timeouts. In one case, a [silence timeout was triggered](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338586561662419055) because of a delay from 11Labs responding.
3. **Agent Silence After Tool Use**: The agent may go silent after a tool call, leading to a timeout, as [mentioned here](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1327662627882795059).
4. **Audio Streaming Issues**: Problems with streaming audio to and from Vapi can cause calls to time out, according to [this source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341810370700120064).
Here are some troubleshooting steps you can try:
1. **Adjust Silence Detection Settings**:
- Increase the silenceTimeoutSeconds
parameter, which can now be set up to 3600 seconds according to the [changelog](https://docs.vapi.ai/changelog/2024/11/30).Vapi Support Bot
04/01/2025, 1:13 AMKyle Brunker
04/01/2025, 7:33 PM