Cannot Connect to Voice Runtime
- Verify the WebSocket URL is correct
- Check that the voice runtime is running and accessible
- Ensure the access token is valid
- Check browser console for connection errors
- Verify network connectivity and firewall rules
Recording Not Working
- Confirm the agent has voice webhooks configured
- Confirm that the CONNECTION_MANAGER_URL is configured
- Check that the
/recordWebSocket endpoint is accessible - Review application logs for recording errors
CDR Reports Not Appearing
- Verify the CDR webhook URL is configured in voice runtime
- Check that the
/cdr-webhookendpoint is accessible - Ensure the voice runtime is sending CDR webhooks
- Review application logs for webhook errors
- Try the refresh button to manually reload reports
Audio Playback Issues
- Ensure your browser supports the Web Audio API
- Check that the recording files exist in the
./tmp/directory - Verify the audio format is correct (16kHz, 16-bit PCM)
- Try converting to WAV format using FFmpeg
DTMF Not Working
- Verify the voice runtime supports DTMF messages
- Check that the WebSocket connection is active
- Ensure the voice agent is configured to handle DTMF input
- Review browser console for DTMF send errors

