NewbieinAI
06/09/2025, 7:21 PMVapi Support Bot
06/09/2025, 7:22 PMcall.in-progress.error-vapifault-play. This typically points to an internal processing or provider issue in the Vapi pipeline.
To help narrow down the cause, could you let me know which voice provider (e.g., OpenAI, Azure, etc.) and model you are using for this call? This will help identify if the issue is related to a specific integration or configuration.
If you have recently changed any settings or noticed a pattern (e.g., only certain calls fail), please mention that as well.
Source:
- [Call ended reasons (Vapi documentation)](https://docs.vapi.ai/calls/call-ended-reason)Vapi Support Bot
06/09/2025, 7:22 PMcall.in-progress.error-vapifault-play. This typically points to an internal processing or provider issue in the Vapi pipeline.
To help narrow down the cause, could you let me know which voice provider (e.g., OpenAI, Azure, etc.) and model you are using for this call? This will help identify if the issue is related to a specific integration or configuration.
If you have recently changed any settings or noticed a pattern (e.g., only certain calls fail), please mention that as well.
Source:
- [Call ended reasons (Vapi documentation)](https://docs.vapi.ai/calls/call-ended-reason)NewbieinAI
06/09/2025, 7:23 PMNewbieinAI
06/09/2025, 7:24 PMVapi Support Bot
06/09/2025, 7:26 PMjson
"voice": {
"provider": "playht",
"voiceId": "your-playht-voice-id",
"fallbackPlan": {
"voices": [
{ "provider": "openai", "voiceId": "shimmer" },
{ "provider": "cartesia", "voiceId": "your-cartesia-voice-id" }
]
}
}
This will automatically switch to the next provider if PlayHT encounters an error, helping prevent dropped calls.
Reference: [Voice Fallback Plan documentation](https://docs.vapi.ai/voice-fallback-plan)
Sources:
- [Voice Fallback Plan documentation](https://docs.vapi.ai/voice-fallback-plan)
- [Call ended reasons (Vapi documentation)](https://docs.vapi.ai/calls/call-ended-reason)Kings_big💫
06/09/2025, 7:59 PMCAKO
06/12/2025, 9:22 PMChiranjeet Mishra
06/13/2025, 9:54 PM