MikeD
03/19/2026, 11:44 AMfirstMessage to each assistant, despite using "model-generated first message mode". That's already been done, but we are still experiencing the same issue
Our org id: 83c39998-3bd6-4e1d-b4df-4b00f91cf4ce
Call log records
* https://dashboard.vapi.ai/calls/019d0108-c5f2-7000-8d7e-2bddfff9ee1f
* https://dashboard.vapi.ai/calls/019d0195-e566-755a-a999-b154bccbd656
* https://dashboard.vapi.ai/calls/019d01dc-c122-766f-9311-457d80fdbc3a
* https://dashboard.vapi.ai/calls/019d01dd-4bfb-7000-87a8-57aaa2a3d46d
I took a look at the jsonl log files for one of the calls, and one thing stood out for me, the "Azure OpenAI HTTP response" (the only one in the log file), the response body was content: "" (an empty string). see attached screenshot.
What I was expecting is to see a response from the LLM model, instead of the empty string.
Looking at the Vapi status, I see there's degraded performance for the Provider > OpenAI models, too.
Is this a likely culprit for the calls being terminated at the start?
And how do we catch, or work around this issue?
https://cdn.discordapp.com/attachments/1484155668221923429/1484155668448673825/Screenshot_2026-03-18_at_17.51.42.png?ex=69bd332d&is=69bbe1ad&hm=1d4ba8cc9343f8ded137cbf7e3ad4aa170b3212db80a4bdbab613a0d97128153&
https://cdn.discordapp.com/attachments/1484155668221923429/1484155668943470653/Screenshot_2026-03-19_at_11.43.07.png?ex=69bd332d&is=69bbe1ad&hm=cc14957044323d3b04e4da38e8d01b548b515bfc6a71c5e70cdeb40be1cd2847&Vapi Support Bot
03/19/2026, 11:46 AMendedReason field in your call logs for codes such as call.in-progress.error-providerfault-* or pipeline-no-available-llm-model.
text
// Example: Check call log details in the Vapi dashboard
1. Go to your call in https://dashboard.vapi.ai/calls
2. Look for the "Ended Reason" field in the call details
This will help you verify if the provider issue is responsible for the call termination and guide your next troubleshooting steps. For persistent issues, monitor provider status and consider retry logic in your workflow.
Reference: [Vapi Call Ended Reasons Documentation](https://docs.vapi.ai/calls/call-ended-reason)
Source:
- [Vapi Call Ended Reasons Documentation](https://docs.vapi.ai/calls/call-ended-reason)MikeD
03/19/2026, 12:41 PMendedReason":"assistant-ended-call"MikeD
03/19/2026, 12:42 PMShaunak
03/19/2026, 2:55 PMShaunak
03/19/2026, 2:55 PMShaunak
03/19/2026, 2:55 PMShaunak
03/19/2026, 2:55 PM