Overview
Tig.ai’s telephony integration provides a unified interface for connecting supported providers and routing inbound calls to your agents.Supported Providers
Twilio
Industry-leading cloud communications platform with global reach
Telnyx
Receive calls through Telnyx Call Control
SIP
Receive calls through the SIP number assigned to an agent
Configuration
All telephony providers are configured from a single page in Tig.ai:- Navigate to /telephony-configurations and click Add configuration
- Select your provider
- Enter your credentials and save
- Open the new configuration and add at least one phone number
- (Optional) Assign an Inbound workflow to a phone number to enable inbound calling
Common Features
The telephony integration in Tig.ai supports:- Inbound Calls: Route incoming calls to the right voice agent — see the Inbound Calling guide
- Call Transfer: Transfer an in-progress call to a human or another number (provider-dependent)
- Call Status Tracking: Monitor call lifecycle events (initiated, ringing, answered, completed, failed)
- WebSocket Audio Streaming: Real-time, bidirectional audio between caller and agent
- Webhook Signature Verification: Inbound webhooks are verified against the matched configuration’s credentials
Inbound Calling
Inbound calls use a single org-wide webhook URL:Troubleshooting
Calls not connecting
Calls not connecting
- Verify credentials are correctly configured
- Check phone number format (E.164 — the international standard: a
+, then country code, then the number, no spaces or dashes, e.g.+1234567890) - Ensure webhook URLs are publicly accessible
- Review provider-specific error logs
Audio quality issues
Audio quality issues
- Check network bandwidth and latency
- Verify audio codec compatibility
- Review WebSocket connection stability
Webhook signature validation failing
Webhook signature validation failing
- Confirm auth tokens / API secrets match between provider and Tig.ai configuration
- Verify webhook URL matches exactly (including the
/inbound/runpath) - Check for proxy or load balancer modifications