mud
03/22/2025, 9:59 PMVapi Support Bot
03/22/2025, 10:00 PMsilenceTimeoutSeconds
.
## Troubleshooting Steps
Here are some steps you can take to troubleshoot:
1. **Check Assistant Configuration**:
- Ensure your assistant ID is correctly configured
- Review voicemail detection settings to ensure they don't conflict with silenceTimeoutSeconds
- Check endpointing settings, as incorrect configuration can lead to delays in recognizing silence
2. **Adjust Timing Parameters**:
- Try setting waitSeconds
to 0.8 in startSpeakingPlan
- Set Deepgram's endpoint to 300 ms
- Modify the transcriber settings to include "endpointing": 300
3. **Network Checks**:Vapi Support Bot
03/22/2025, 10:01 PMendedReason
which can help identify what caused the call to terminate.
Would you like me to explain any of these points in more detail or help with any other aspects of troubleshooting your call drops?
Sources:
- [Reasons for unexpected call drops from assistant side](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341839048817246218)
- [Call ended reason documentation](https://docs.vapi.ai/calls/call-ended-reason)
- [Troubleshooting steps for unexpected call drops from assistant side](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1344633027925377064)
- [How end call phrases work and prevent unexpected call drops](https://docs.vapi.ai/api-reference/assistants/update-assistant)
- [How to use Call IDs to debug call drops](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339467226381684789)mud
03/22/2025, 11:58 PMKyle
03/23/2025, 4:07 PM```bash
curl -X PATCH "https://api.vapi.ai/assistant/{ASSISTANT_ID}" \
-H "Authorization: Bearer {API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"endCallPhrases": null
}'
```
\### Values to Replace:
1\. {ASSISTANT_ID} - Replace with your specific assistant/resistance ID (e.g., "12345678-1234-1234-1234-123456789abc")
- This is the unique identifier for your assistant/resistance
- You can find this in your VAPI dashboard under the Assistants section
2\. {API_KEY} - Replace with your VAPI API key
- This is the authentication token needed to access your VAPI account
- You can find or generate this in your VAPI dashboard under Settings > API Keys