Documentation Index
Fetch the complete documentation index at: https://docs.dograh.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Dograh AI supports inbound calling across all supported telephony providers. When someone calls your configured phone number, your voice agent automatically answers and handles the interaction. Inbound and outbound calls share the same telephony configuration.Supported Providers for Inbound Calls
Twilio
Industry-leading platform with robust inbound call handling
Vonage
Application-level inbound routing with high-quality 16kHz audio
Plivo
Application-level inbound routing on Plivoâs global voice cloud
Telnyx
Application-level inbound via Telnyx Call Control API
Cloudonix
SIP-based inbound calling with flexible trunk configuration
Vobiz
Cloud-based telephony with global reach and competitive pricing
Asterisk ARI
Connect to your own Asterisk PBX via the Asterisk REST Interface
How Inbound Calling Works
Dograh exposes a single inbound webhook URL for the whole org:- Call Received: Your telephony provider receives the incoming call
- Webhook Triggered: The provider sends a webhook to
/inbound/run - Org & Agent Resolved: Dograh identifies the org from the webhookâs account credentials, then looks up which agent should answer based on the called numberâs Inbound workflow assignment in your telephony configuration
- Audio Streaming: Real-time audio streams between caller and agent via WebSocket
- Conversation Handled: Your voice agent manages the entire conversation
Configuration in Dograh AI
Setting up inbound calling takes three steps:Step 1: Configure Telephony Provider
The telephony configuration for inbound calling is identical to outbound calling. Add (or open) a configuration at /telephony-configurations following your providerâs documentation:- Twilio Configuration
- Vonage Configuration
- Plivo Configuration
- Telnyx Configuration
- Cloudonix Configuration
- Vobiz Configuration
- Asterisk ARI Configuration
Step 2: Assign an Inbound Workflow to the Phone Number
- Go to /telephony-configurations and open your configuration
- In the Phone numbers section, edit the number that should receive inbound calls
- Set its Inbound workflow to the agent that should answer
- Save
Step 3: Point Your Provider at /inbound/run
Each provider needs its inbound webhook (Twilio Voice URL / Vonage Answer URL / etc.) set to the global Dograh endpoint:
If youâre self-hosting Dograh, replace
api.dograh.com with your own domain.- Twilio Inbound Setup
- Vonage Inbound Setup
- Plivo Inbound Setup
- Telnyx Inbound Setup
- Cloudonix Inbound Setup
- Vobiz Inbound Setup
- Asterisk ARI Inbound Setup
Testing Inbound Calls
After completing both the Dograh AI configuration and provider-specific setup:- Test Call: Call your configured phone number from another phone
- Verify Connection: Ensure your voice agent answers and responds appropriately
- Check Logs: Monitor call logs in both Dograh AI and your providerâs dashboard
- Audio Quality: Verify clear two-way audio communication
Troubleshooting Common Issues
Calls go to voicemail instead of agent
Calls go to voicemail instead of agent
- Verify webhook URLs are correctly configured at your provider
- Check that webhook endpoints are publicly accessible
- Ensure phone numbers are properly linked to your application
Agent doesn't respond to incoming calls
Agent doesn't respond to incoming calls
- Confirm your voice agent workflow is properly configured
- Check webhook signature validation is working
- Verify WebSocket connections are established successfully
Provider mismatch error
Provider mismatch error
- Error: âConfiguration error: This phone number is configured for a different telephony providerâ
- Solution: Check your dashboard settings and update your webhook URL configuration to match the correct provider
- Ensure the phone number is configured for the same provider in both Dograh AI and your telephony console
Workflow not found error
Workflow not found error
- Error: âWorkflow not foundâ
- Solution: Open the called number in /telephony-configurations and confirm an Inbound workflow is assigned. Without an assignment, Dograh has no agent to route the call to.
- Verify the assigned workflow still exists in your dashboard
Account validation failed
Account validation failed
- Error: âAuthentication error: Account credentials do not matchâ
- Solution: Verify your account SID/credentials configuration in Dograh AI matches your telephony provider settings
- Re-enter your provider credentials in the telephony configuration page
Phone number not configured
Phone number not configured
- Error: âPhone number not configured: This number is not set up for inbound callsâ
- Solution: Add this phone number under Phone numbers in your telephony configuration at /telephony-configurations
- Ensure the phone number is also linked to your provider account
Signature validation failed
Signature validation failed
- Error: âSecurity error: Webhook signature validation failedâ
- Solution: Verify your auth token configuration in Dograh AI matches your provider settings
- Ensure webhook requests are coming from your telephony providerâs verified IP ranges
- Check that your webhook URL is accessible and responding correctly
Quota exceeded error
Quota exceeded error
- Error: âService temporarily unavailable: Your account has exceeded usage limitsâ
- Solution: Contact your administrator or upgrade your plan to continue receiving calls
- Check your provider account billing and usage limits
General authentication failed
General authentication failed
- Error: âAuthentication failedâ
- Solution: Check your webhook URL configuration and ensure your telephony provider settings match your dashboard configuration
- Verify all credentials are entered correctly and havenât expired
- Test the webhook URL is publicly accessible from your providerâs servers
Poor audio quality on inbound calls
Poor audio quality on inbound calls
- Check network bandwidth and latency from provider to Dograh AI
- Verify audio pipeline configuration matches provider requirements
- Review WebSocket connection stability
Best Practices
- Single Configuration: Use the same telephony configuration for both inbound and outbound calls
- Testing: Always test inbound calling after configuration changes
- Monitoring: Monitor both Dograh AI logs and provider dashboards for call analytics
- Security: Ensure webhook signature verification is enabled for security
Next Steps
- Choose your telephony provider and complete the basic configuration
- Follow the provider-specific setup instructions
- Assign an inbound workflow to each phone number that should accept calls
- Test your inbound calling setup