Bind a Phone Number
Static routing (to an agent)
Dynamic routing (server URL)
Route calls to a webhook that decides which agent to use:Configure Twilio
After binding a number in TurnCall, set the Twilio webhook URLs:- Voice URL:
https://your-host/webhooks/twilio/voice/inbound(POST) - Status URL:
https://your-host/webhooks/twilio/status(POST)
SMS Support
Enable SMS on a phone number to handle both voice calls and text messages:sms_enabled: true is set on bind, TurnCall auto-configures the Twilio SMS webhook. See SMS / Chat for details.