glourious basterd
03/26/2025, 7:17 PMVapi Support Bot
03/26/2025, 7:19 PMendCallFunctionEnabled to true in the dashboard. This setting might prevent the automatic redial behavior you're experiencing.
If you want to try a more technical approach, I also found that Vapi has a backoffPlan configuration with maxRetries and baseDelaySeconds settings that control retry behavior. Setting maxRetries to 0 might prevent automatic retries:
json
"backoffPlan": {
"maxRetries": 0,
"type": {
"key": "value"
},
"baseDelaySeconds": 1
}
This issue might also be related to how Vapi handles voicemail detection. When a call isn't answered, Vapi's behavior depends on various settings including voicemail detection configuration.
Is there anything else you'd like to know about this issue or would you like more details on any of these potential solutions?
Sources:
- [Discord Thread about the same issue](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1313293840580612166)
- [Vapi API Reference Calls List](https://docs.vapi.ai/api-reference/calls/list)Vapi
03/27/2025, 10:57 PMglourious basterd
03/28/2025, 9:15 AMglourious basterd
03/28/2025, 9:17 AMVapi
03/29/2025, 2:08 PM