Virgile
05/27/2025, 7:59 AM16696df1-45c7-4ebc-b5aa-c49d7138db30
can you please tell me how I can prevent this ?Vapi Support Bot
05/27/2025, 8:01 AM16696df1-45c7-4ebc-b5aa-c49d7138db30
and let me know the exact "endedReason" listed?
This will help identify the cause and suggest the best way to prevent it in the future.
[See how to find the ended reason in the docs.](https://docs.vapi.ai/calls/call-ended-reason)
Sources:
- [Vapi Call Ended Reasons](https://docs.vapi.ai/calls/call-ended-reason)
- [Assistant Hooks](https://docs.vapi.ai/assistants/assistant-hooks)Kings_big💫
05/27/2025, 8:11 AMVirgile
05/27/2025, 2:01 PMVapi Support Bot
05/27/2025, 2:02 PMKings_big💫
05/27/2025, 2:22 PMKings_big💫
05/27/2025, 2:22 PMVapi Support Bot
05/27/2025, 2:24 PMwaitSeconds
parameter in your speech configuration:
json
"speakingPlan": {
"waitSeconds": 1.5 // Increase this value to give users more time before timeout
}
This change makes the assistant less likely to end the call during natural pauses. For more advanced handling, consider enabling and tuning smart endpointing as described in the [speech configuration docs](https://docs.vapi.ai/customization/speech-configuration).
Sources:
- [Vapi Call Ended Reasons](https://docs.vapi.ai/calls/call-ended-reason)
- [Speech Configuration](https://docs.vapi.ai/customization/speech-configuration)Vapi Support Bot
05/27/2025, 2:24 PMwaitSeconds
parameter in your speech configuration:
json
"speakingPlan": {
"waitSeconds": 1.5
}
This gives users more time to pause or think before the system ends the call for silence. For more details, see the [speech configuration guide](https://docs.vapi.ai/customization/speech-configuration).
Sources:
- [Vapi Call Ended Reasons](https://docs.vapi.ai/calls/call-ended-reason)
- [Speech Configuration](https://docs.vapi.ai/customization/speech-configuration)Virgile
05/27/2025, 2:36 PMVapi Support Bot
05/27/2025, 2:37 PMVirgile
05/27/2025, 2:38 PMVapi Support Bot
05/27/2025, 2:40 PMVirgile
05/27/2025, 2:57 PMVapi Support Bot
05/27/2025, 2:58 PM16696df1-45c7-4ebc-b5aa-c49d7138db30
).
I've noted your configuration and confirmation of good audio quality. The support team will now review the backend logs for this call to investigate the "Silence Timed Out" issue. You will be updated as soon as more information is available from the investigation.
Source:
- [Vapi Call Ended Reasons](https://docs.vapi.ai/calls/call-ended-reason)Kyle Brunker
05/28/2025, 6:17 AMKyle Brunker
05/28/2025, 6:21 AM