019dfb82-f0ac-7bbf-bb49-b4f7a0447636
# support
a
We had over a thousands production call impacted by the vapi voice outage. We used vapi voice Tara Fallback voice did not kick in
v
To ensure your fallback voice activates during outages, add a
fallbackPlan
to your assistant's voice configuration. Here’s an example using the API:
Copy code
json
{
  "voice": {
    "provider": "vapi",
    "voiceId": "tara",
    "fallbackPlan": {
      "voices": [
        {
          "provider": "azure",
          "voiceId": "andrew"
        }
      ]
    }
  }
}
Test your configuration to confirm smooth failover. For more details, see the [Vapi voice fallback documentation](https://docs.vapi.ai/voice-fallback-plan). Source: - [Vapi Voice Fallback Plan Documentation](https://docs.vapi.ai/voice-fallback-plan)
a
FALLBACK PLAN DID NOT WORK
s
We're really sorry for the disruption this caused
Could you please share some example call IDs from the affected period? That will allow us to investigate exactly what happened with the fallback voice not triggering and get you a proper explanation.