Nirasha
03/28/2025, 1:23 AMVapi Support Bot
03/28/2025, 1:25 AMVapi Support Bot
03/28/2025, 1:25 AMsilenceTimeoutSeconds
[(Discord thread)](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1344633027925377064).
4. **Network Delays**: Network delays and configuration settings on voice services can lead to abrupt call endings [(Discord thread)](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1332133296347549797).
## Troubleshooting Steps
Here are some steps you can take to diagnose and fix the issue:
1. **Check Call Logs**: Examine the Vapi call logs for error messages or clues about why calls are ending [(Discord thread)](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1335002895736635402).Vapi Support Bot
03/28/2025, 1:25 AMsilenceTimeoutSeconds
, responseDelaySeconds
, and llmRequestDelaySeconds
[(Discord thread)](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1332286268805087272).
3. **Check for Tool Call Issues**: Ensure your assistant properly handles tool calls and doesn't go silent after making them [(Discord thread)](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334114042876264518).
## Alternative Methods for Call Control
Instead of relying solely on the endcall
function, you could try:
1. **Using say
with `endCallAfterSpoken`**: Use the say
method with the endCallAfterSpoken
parameter set to true
to gracefully end calls [(Discord thread)](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336004944150401166).
2. **Configure `assistantOverrides.endCallPhrases`**: Set up specific phrases that trigger call ending [(Discord thread)](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334188247676358656).
3. **Use Custom Endpointing Rules**: Implement custom rules to pause for user input for a specified duration [(Discord thread)](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1335807780287676456).
4. **Adjust numWordsToInterruptAssistant
and `maxDurationSeconds`**: These settings in the VAPI dashboard can help control conversation flow [(Discord thread)](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334027136305991750).
Would you be able to share more details about your specific implementation or the error messages you're seeing in your call logs so I can provide more targeted assistance?
Sources:
- [Discord thread on endpointing model issues](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333877747453395014)isaiahbuilds
03/28/2025, 2:21 AMVapi Support Bot
03/28/2025, 3:32 AMNirasha
03/28/2025, 3:33 AMShubham Bajaj
03/30/2025, 7:54 AM