Vapi Support Bot
04/25/2025, 12:02 PMsilenceTimeoutSeconds
to give more time for the idle messages to play:
javascript
"messagePlan": {
"idleMessages": ["Are you still there?", "I am waiting for you to respond"],
"idleMessageMaxSpokenCount": 3,
"idleTimeoutSeconds": 10,
"idleMessageResetCountOnUserSpeechEnabled": true,
"silenceTimeoutMessage": "As there is no response, I am ending the call now.",
"silenceTimeoutSeconds": 30 // Increase this value
}
This should provide more time between idle messages and the timeout message.
Source:
- [Discord discussion about silence timeout issues](https://discord.com/channels/1211482211119796234/1338586561662419055)Kings_big💫
04/25/2025, 1:34 PMVapi Support Bot
04/25/2025, 2:31 PMShubham Bajaj
04/27/2025, 8:27 PM