silence-timed-out but I swear I was talking?
# support
v
Hi @buytslacalls_, I'm an AI assistant for Vapi. I'll analyze available sources and get back to you shortly.
b
call ids: - cd797bc6-2b8e-4e46-862a-a1f7113a827a - 38021695-c17f-4062-8788-6b851facd73d customer says they were talking but the call ended abruptly by Vapi...
v
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Call Ended Reason]() * [List Calls]() * [Get Call]() * [Create Phone Call]() -----------------------------
### Answer It sounds like the calls you mentioned were ended due to a "silence-timed-out" error. This usually happens when the system mistakenly detects prolonged silence, even if the speaker believes they were talking. This can be influenced by several factors such as background noise, poor microphone quality, or issues with the speech-to-text service not picking up the audio correctly [(1)]() . To investigate these specific instances and understand why the system ended the calls, it's recommended to look into the call logs or use the metadata associated with those call IDs. You can retrieve detailed information about each call by using the
Get Call
API endpoint. Here's how you can make a GET request to retrieve details about a specific call:
Copy code
curl
curl --request GET \
  --url https://api.vapi.ai/call/{id} \
  --header 'Authorization: Bearer <token>'
Replace
{id}
with the call ID and
<token>
with your authorization token [(2)]() . If this issue persists, adjusting the
silenceTimeoutSeconds
setting in your call configurations might help to mitigate erroneous terminations due to supposed silence. Additionally, ensuring the audio quality and checking for any network issues could also be beneficial. For further detailed analysis, you might need to access the audio recordings if they are enabled and review them to verify the presence of audio during the supposed silence periods [(1)]() .
Got it. Tagging @User for additional help.
s
Checked your call_recording there was no voice from the user side. You can check it from your side as well.
6 Views