arham
03/09/2026, 10:10 AMChiranjeet Mishra
03/11/2026, 6:31 AMarham
03/11/2026, 5:19 PMChiranjeet Mishra
03/14/2026, 10:30 AMendCallPhrases list in your configuration is currently empty, which means the call relies entirely on the LLM to trigger the endCall function. This behavior is non-deterministic, so sometimes the model triggers it correctly and sometimes it does not. When it fails to do so, the idle message (“Are you still there?”) is triggered after 10 seconds.
Recommended fixes:
1. Add your closing phrases (for example, “A human agent will follow up shortly”) to the endCallPhrases field in your assistant configuration. This allows Vapi’s deterministic phrase-matching engine to end the call reliably instead of depending on the LLM.
2. Increase idleTimeoutSeconds from 10 to around 20–25 seconds to prevent premature idle prompts.
Please try these changes and let us know if the issue persists. We’ll be happy to assist further if needed.
Thank you.arham
03/20/2026, 9:52 AM