Quick Diagnosis
Agent Not Responding
Symptoms: Agent shows “Enabled” but calls don’t connect, go to voicemail, or fail immediately.Quick Checks
Verify via API
Verify via API
Debug Steps
- Test from dashboard — If dashboard test works but live calls fail, issue is phone/integration setup
- Check call logs — Dashboard → Calls → Filter by agent → Review failed calls
- Verify webhooks — Ensure webhook URLs are publicly accessible (not localhost)
Authentication Failures
Symptoms: HTTP 401 Unauthorized, “Invalid API key”, “Token expired”Common Causes
Verify API Key
Verify API Key
Fix Origin Restrictions
Fix Origin Restrictions
For web integrations, add all required origins:
Webhook Delivery Failures
Symptoms: Webhooks not received, timeout errors, SSL certificate errorsCommon Causes
Timeout Requirements
Fix Slow Endpoints
Fix Slow Endpoints
Test Webhook
Test Webhook
Local Development
Local Development
Use ngrok to expose local endpoints:
Concurrent Call Limit Exceeded
Symptoms: “Concurrent call limit exceeded”, HTTP 429 with “Too many active calls”Limits by Plan
Growth and Enterprise plan limits can be adjusted based on your needs. Contact support@dasha.ai to discuss your requirements.
Check Current Usage
Check Current Usage
Solutions
- Wait for slots — Poll active calls, schedule when capacity available
- Stagger scheduling — Space calls over time instead of bulk scheduling
- Upgrade tier — Contact support@dasha.ai for higher limits
Tool Calling Failures
Symptoms: Agent says “I’m unable to complete that request”, tool webhook errors, missing parametersCommon Causes
Verify Tool Configuration
Verify Tool Configuration
Fix Prompt for Tool Usage
Fix Prompt for Tool Usage
Add explicit instructions to system prompt:
Voice Quality Issues
Symptoms: Robotic voice, choppy audio, audio dropoutsQuick Fixes
Provider Comparison
Switch Provider
Switch Provider
ASR Transcription Errors
Symptoms: Agent responds to wrong words, user repeats themselves, numbers transcribed incorrectlyQuick Fixes
Enable Noise Suppression
Enable Noise Suppression
Add Confirmation to Prompt
Add Confirmation to Prompt
LLM Response Issues
Symptoms: Slow responses (over 5 seconds), irrelevant answers, hallucinations, repetitionQuick Fixes
Model Comparison
Adjust Settings
Adjust Settings
Call Recording Not Available
Symptoms: “Recording not found”, null recordingId, some calls have recordings but others don’tQuick Checks
Enable Recording
Enable Recording
Check Recording Status
Check Recording Status
Dashboard Loading Issues
Symptoms: Blank screen, infinite spinner, 403/401 errorsQuick Fixes
When to Contact Support
Email support@dasha.ai when:- Service unavailable for over 15 minutes
- Data loss or security concerns
- Tried all troubleshooting steps without resolution
- Need account-level changes (tier upgrades, custom limits)
- Agent ID and Call ID (if applicable)
- Error messages (exact text)
- Steps already tried
- Timestamp when issue occurred
Related Resources
- Dashboard Testing — Test agents in the browser
- Call Inspector — Deep call analysis
- Webhooks Overview — Webhook configuration and security
- Production Checklist — Pre-launch validation