Skip to main content

Debugging Voice Agents

Use this page when something is clearly broken in a way a caller would notice. Start by reproducing the issue in Test Agent, then use Conversations to see exactly what happened and where the interaction went off track. Use Chat or Web call in the Test Agent popover to reproduce quickly, then confirm behavior in Phone call mode before launch.

Where To Look First

Conversation History

Access the full conversation history including transcripts, actions, and metadata

Real-Time Transcript

Monitor live transcription and agent responses during test calls

Tool Activity

Review details about transfers, bookings, custom actions, and other connected steps

Error Details

See messages that explain why a step failed or did not complete

Systematic Debugging Approach

When something goes wrong, follow this systematic process:
1

Reproduce the issue

Test again to confirm the problem is consistentNote exact conditions when it occurs
2

Identify the component

Determine which part appears to be wrong:
  • Speech recognition
  • Response quality
  • Voice output
  • Tool or integration execution
  • Knowledge retrieval
3

Review logs

Open Conversations and find the problematic callExamine the transcript, tool activity, and any visible error messages
4

Test components individually

Isolate the failing component:
  • Try different transcriber
  • Try a simpler prompt or questions
  • Try different voice
  • Trigger one tool at a time
  • If needed, ask the owner of the connected system to confirm it is available
5

Fix and verify

Make targeted changes based on findingsTest again to confirm the fix

Component-Level Debugging

Use the conversation log to identify the failing component, then switch to the specialist page that owns the fix.
If the log suggests…Check in the logSpecialist guide
Transcription is wrongTranscript text vs. what the caller said, missing words, language mismatchTranscriber and Call Quality
AI response is wrongFull conversation context, retrieved knowledge, prompt behaviorPrompt Engineering Guide and Knowledge Issues
Voice output sounds wrongRecording, spoken text, pronunciation, voice settingsVoice Settings and Call Quality
Tool execution failedTool call event, request summary, response summary, error message, durationTools & Integrations and Custom Actions
Knowledge retrieval failedRetrieved chunks, assigned knowledge base, item statusKnowledge Issues
Conversation timing feels wrongTurn timing, interruptions, silence, response latencyCall Quality
Use this page to isolate the component. Use the linked specialist page for detailed fixes and configuration changes.

Using Conversation Logs for Debugging

Every test call creates a detailed log accessible in Conversations.

What’s in the logs:

Basic information:
  • Call date, time, duration
  • Agent used
  • Phone number (if phone test)
  • Call status (completed, failed, etc.)
Conversation data:
  • Full transcript (user + agent)
  • Timestamps for each message
  • Audio recording (if available)
Detailed activity:
  • Tools triggered with details
  • Phone keypad inputs captured
  • Goal analysis results
  • Gather Insights responses
  • Additional metadata
  • Error messages
How to debug with logs:
  1. Filter by agent name to find test calls
  2. Open specific call to see full details
  3. Read transcript to identify where it went wrong
  4. Check tool details if tools failed
  5. Listen to audio if transcript looks correct but audio was wrong
  6. Review timestamps to identify response time issues

Getting Help

When you need additional support:

Review Documentation

Check specific feature docs for configuration details

Check Provider Status

Check the service status of any providers your agent depends on

Contact Support

Email support@itellico.ai with call logs and error details
When contacting support, include:
  • Agent ID or name
  • Conversation ID from logs
  • Specific error messages
  • Steps to reproduce
  • Screenshots if applicable

Next Steps

Launch Checklist

Review the launch checklist to prepare your agent for production