Leo
04/20/2026, 10:07 PMfallbackPlan.
Expected behavior: When the TTS request fails, the system should automatically activate the fallback plan as configured
Actual behavior: The fallback plan was not triggered, and the call was created but there are no audio from assistant, e.g first message.
Impact: Unresponsive assistant causing a terrible call experience.
Vapi CallID: 019dac80-5324-7550-9df7-f17c25bd1127 (sharing just one for simplicity, but we have a few ones)
There are no error in the Vapi logs, which is a little bit weird.
https://cdn.discordapp.com/attachments/1495908712542638200/1495908714866016368/image.png?ex=69e7f50e&is=69e6a38e&hm=03ae6e74982a9bf79f2442e8573d15a168646bf1180d4606ac75dcf5b41b820d&Vapi Support Bot
04/20/2026, 10:08 PMfallbackPlan as shown below. The fallback voices should be listed in the voices array, and the configuration must be valid JSON:
json
"voice": {
"provider": "eleven-labs",
"voiceId": "your-elevenlabs-voice-id",
"fallbackPlan": {
"voices": [
{
"provider": "azure",
"voiceId": "andrew"
}
]
}
}
Ensure the fallback provider and voiceId are correct, and test by simulating a failure to confirm the fallback triggers as expected.
For more details, see the [Vapi voice fallback documentation](https://docs.vapi.ai/voice-fallback-plan).
Source:
- [Voice fallback configuration](https://docs.vapi.ai/voice-fallback-plan)Leo
04/20/2026, 10:10 PMAdam
04/20/2026, 11:18 PMLeo
04/21/2026, 1:58 PMAdam
04/23/2026, 12:32 AMAdam
04/23/2026, 12:32 AMLeo
04/23/2026, 12:41 PMChiranjeet Mishra
05/21/2026, 6:22 AMLeo
05/21/2026, 2:49 PM