Hi Estefan,
Thanks for your patience while we reviewed this.
We’ve analyzed the logs for Call ID: 019c143f-4c46-7ee5-aac5-f12d774ff3d3 and can confirm the following:
What we found
Inbound RTP audio was successfully received during the failure window (a total of 11,077 RTP packets).
During the ~3:00 mark, the VAD (Voice Activity Detection) did detect changes in audio energy, which were logged internally as “Speech Possibly Starting”.
However, the audio never crossed the confidence threshold required to confirm speech.
Because speech was never confirmed:
No audio was forwarded to the transcriber
No user turn was created
The assistant remained silent
Root cause
This behavior typically occurs when the caller’s audio amplitude is below the VAD detection threshold, which can happen due to:
- Low audio levels on the SIP trunk
- The caller speaking very quietly
- Background noise affecting signal clarity
Even though speech is audible in the recording, it may not be strong or clean enough to pass VAD confidence checks in real time.
Recommended next steps
To further diagnose and mitigate this:
- Review the stereo recording around ~3:00 to assess the caller’s audio amplitude during the failure window.
- Check and adjust audio gain settings on your BYO SIP trunk to ensure adequate inbound levels.
- Add idle prompts so users are proactively prompted when speech isn’t detected. For example:
{
"idleMessages": [
"Are you still there?",
"I didn't catch that. Could you repeat?"
],
"idleMessageMaxSpokenCount": 3,
"idleTimeoutSeconds": 10
}
This helps recover conversations when speech is present but not confidently detected.