Voice Assistant goes silent during the call
# support
m
We are testing a sales bot and noticed that in some calls, it just goes dead silent and does not say anything. I am attaching the callID: https://dashboard.vapi.ai/calls/f7e2e92c-e8e6-4fe0-8119-4e576816a040
@User
v
Thanks for sharing the call ID. To help diagnose why the assistant went silent, could you please check the call log for this call and let me know what the "ended reason" or any error message says? This will help narrow down the cause. Source: - [Call End Reasons Documentation](https://docs.vapi.ai/calls/call-ended-reason)
Thanks for sharing the callID and details. To help diagnose why your assistant went silent, could you please check the call log for this call and let me know what the "Ended Reason" or any error code says? This will help narrow down the possible causes. Sources: - [Vapi Discord Community Discussion](https://discord.com/channels/1211482211119796234/1370485222214336564) - [Vapi Call Ended Reasons Documentation](https://docs.vapi.ai/calls/call-ended-reason) - [Vapi Assistant Configuration Reference](https://docs.vapi.ai/api-reference/assistants/update?explorer=true)
m
It says "Silence Timed Out"
v
The "Silence Timed Out" reason means the call ended due to prolonged silence. To reduce these occurrences, try increasing the silence timeout in your assistant's configuration:
Copy code
json
"silenceTimeoutSeconds": 60
This will allow up to 60 seconds of silence before the call ends. Adjust as needed for your use case. Reference: [Call End Reasons Documentation](https://docs.vapi.ai/calls/call-ended-reason) Source: - [Call End Reasons Documentation](https://docs.vapi.ai/calls/call-ended-reason)
m
But the assistant fell silent, not the customer. Instead, the assistant should have continued the call.
v
Thanks for clarifying that the assistant, not the customer, went silent. To help pinpoint the issue, could you please confirm if your assistant configuration includes a valid
firstMessage
and that both the Assistant ID and Text-to-Speech provider are correctly set? This will help rule out common setup issues that can cause the assistant to not speak during calls. Sources: - [Call End Reasons Documentation](https://docs.vapi.ai/calls/call-ended-reason) - [Vapi Discord Community Discussion](https://discord.com/channels/1211482211119796234/1370485222214336564)
j
I'm seeing similar issues, but only when I have a Rime.Ai voice in use. Swapping to a different voice provider seems to solve the problem. Are you using Rime vocies by chance?
m
No, I haven't used Rime
Yes, both are set perfectly. I checked logs that LLM generates response but the assistant doesn’t speak and goes dead silent during the call.
@User
c
Looking into it
Can you share more call ids
p
Same issue. I made an issue with more info and call ids etc.
After days and days I found out this is an issue with Norwegian voices in elevenlabs and other models. Probably nothing vapi can do about this.
c
Switching voice providers is the best option here.
2 Views