Jetsoccer Game
04/04/2025, 11:02 AMJetsoccer Game
04/04/2025, 11:03 AMVapi Support Bot
04/04/2025, 11:05 AMsilenceTimeoutSeconds
parameter might need adjustment (default is 15 seconds)
3. **Voicemail detection**: If using voicemail detection, the machineDetectionSilenceTimeout
might need adjustment (default is 6000ms/6 seconds)
4. **Third-party services**: Issues with transcription services like Deepgram or voice generation services like 11labs
5. **Microphone access**: The system might not be receiving proper microphone input
## Troubleshooting steps
### 1. Check your VAPI configuration
Review your VAPI settings, especially those related to timeouts:
- Consider increasing the silenceTimeoutSeconds
(default is 15 seconds) to 30 seconds, which [helped resolve this issue for another user](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338586561662419055)
- If using voicemail detection, check the machineDetectionSilenceTimeout
setting
### 2. Check network connectivity
Ensure there are no network issues causing timeouts between your system and Vapi's endpoints.
### 3. Use the call IDs for debugging
You can use the call IDs you provided to investigate further:Vapi Support Bot
04/04/2025, 11:05 AMVapi Support Bot
04/04/2025, 11:05 AMsilenceTimeoutSeconds
parameter and related settings:
json
{
"silenceTimeoutSeconds": 10 // Increase this value
}
### 2. Check Voicemail Detection Configuration
Ensure your voicemail detection settings aren't conflicting with silence timeout:
json
{
"voicemailDetection": {
"provider": "twilio",
"enabled": true,
"machineDetectionTimeout": 30, // Increase this value
"machineDetectionSilenceTimeout": 5000 // Make sure this is appropriate
}
}
### 3. Adjust Agent's Speaking Plan
According to [user discussions](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336875140990111796), try these recommended settings:
json
{
"startSpeakingPlan": {
"waitSeconds": 0.8 // Reduce this value
},
"transcriber": {
"endpointing": 300 // Adjust this for Deepgram
}
}
### 4. Check for Tool Call IssuesVapi Support Bot
04/04/2025, 11:05 AMSven
04/04/2025, 11:14 AMJetsoccer Game
04/04/2025, 11:20 AMSven
04/04/2025, 11:20 AMJetsoccer Game
04/04/2025, 11:21 AMPigeon
04/04/2025, 11:23 AMPigeon
04/04/2025, 11:23 AMSven
04/04/2025, 11:23 AMJetsoccer Game
04/04/2025, 11:24 AMSven
04/04/2025, 11:24 AMSven
04/04/2025, 11:24 AMPigeon
04/04/2025, 11:24 AMPigeon
04/04/2025, 11:25 AMJetsoccer Game
04/04/2025, 11:28 AMPigeon
04/04/2025, 11:28 AMPigeon
04/04/2025, 11:29 AMPigeon
04/04/2025, 11:29 AMSven
04/04/2025, 11:29 AMPigeon
04/04/2025, 11:31 AMJetsoccer Game
04/04/2025, 2:22 PMSven
04/04/2025, 2:28 PMSahil
04/04/2025, 2:52 PMSven
04/04/2025, 2:55 PMSahil
04/04/2025, 4:26 PMSven
04/04/2025, 4:39 PMSven
04/04/2025, 5:25 PMSven
04/04/2025, 6:32 PMSven
04/04/2025, 8:14 PMJetsoccer Game
04/05/2025, 9:51 AMSven
04/05/2025, 9:53 AMSven
04/05/2025, 9:55 AMPraveen
04/06/2025, 9:05 AM