Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

Regional SIP Domains


When calls are are sent to or received from devices registered with your Twilio SIP Domain, the associated call data is processed and stored within a Twilio Region.

This guide will explain the implications to your application of this Region-specific processing and storage, and show you how to control which Twilio Region is used for calls to and from your SIP Domain.


SIP Domains and Regional Routing

sip-domains-and-regional-routing page anchor

Before you can use your SIP Domain in a Region, you must first create the SIP Domain resource in the target Region. To learn how to manage Regional resources via the Twilio Console, check out this guide.

You may create a SIP Domain with the same friendly name and SIP URI in multiple Regions. However, a SIP Domain with a given URI will only be "active" (in the sense that it can receive registrations and calls) in one Region at any time.

When you have a SIP Domain in multiple Regions, check which one is active by viewing the Domain's configuration for a Region in Twilio Console and looking for the routing card. To change which Region is active, click the Re-route button in the target Region's configuration.

Console - Regional SIP Domain routing card.

Whichever Region is active will be the Region where devices are registered and calls are handled.

(information)

Info

Note that IP Access Control Lists and Credential Lists are also Region-specific. When configuring your SIP Domain in a given Region, you'll need to create these related resources in the same Region.

Now that you know how to configure and activate your SIP Domain in the Region of your choice, let's take a look at the different types of activities powered by SIP Domains, and see how they each relate to Twilio Regions.

Register SIP Endpoints

register-sip-endpoints page anchor

Before you can make or receive calls via your SIP Domain, you'll need to register devices with the domain.

When you register SIP devices with your SIP Domain, the registration records are stored in the Twilio Region where your SIP Domain is currently routed. Devices registered in a given Region may only interact with Calls that are processed in the same Region.

For example, if you have a device registered to your SIP Domain IE1, and you attempt to make a Call to the device's AOR using the Twilio API in US1, you'll get an error indicating that the device is not registered. To successfully make the Call, you'll need to use the Twilio API in IE1. To learn more about using Twilio's Regional API endpoints, see this guide.

Make calls from your registered devices

make-calls-from-your-registered-devices page anchor

When Twilio receives a SIP Invite request from an endpoint registered on your Domain, it creates a corresponding Call record, and then handles the call based on your Domain's webhook configuration. This all occurs in whichever Twilio Region your Domain is currently routed to.

Requests are authenticated based on the IP Access Control Lists and Credential Lists configured for your Domain in the Region.

Make calls to your registered devices via REST API

make-calls-to-your-registered-devices-via-rest-api page anchor

When your application asks Twilio to initiate an outbound SIP Call from your domain via the Twilio REST API, the processing and storage related to the Call will occur in in the same Region that you send the API request to. To learn more about using the REST API with your target Region, see our guide on the topic.

Make calls to your registered devices via TwiML

make-calls-to-your-registered-devices-via-twiml page anchor

Another way to make a call to your Domain's registered devices is by responding with a TwiML <Dial><Sip>(link takes you to an external page) instruction to an existing Twilio Call webhook. As you might guess, the Call processing and storage for the resulting SIP call will occur in the same Region where the TwiML is processed - i.e. the Region handling the original Call.


Connecting to a local Edge Location with localized SIP URIs

connecting-to-a-local-edge-location-with-localized-sip-uris page anchor

When registering devices with your SIP Domain, you can connect to Twilio via a specific Edge Location by using a "localized" form of your SIP URI. See this reference for a complete list of these localized URIs.

Note that the localized URI you select does not affect which Twilio Region will be used to process registrations and calls. The URI itself affects network ingress only, and processing Region is selected based on which of your SIP Domain's Region configurations is currently active.


Rate this page: