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

Configure your application



Step 1 Point your infrastructure to the private edge

step-1-point-your-infrastructure-to-the-private-edge page anchor

To use Twilio Interconnect, customers must use the appropriate private edges as seen below.

Private Edge IDLocation
ashburn-ixUS East Coast (Virginia) over Interconnect exchange in Virginia
san-jose-ixUS West Coast (Oregon) over Interconnect exchange in San Jose
london-ixIreland over Interconnect exchange in London
frankfurt-ixFrankfurt over Interconnect exchange in Frankfurt
singapore-ixSingapore over Interconnect exchange in Singapore
tokyo-ixTokyo over Interconnect exchange in Tokyo
sydney-ixSydney over Interconnect exchange in Sydney

Point your communication infrastructure to the localized URIs (excludes webhooks and client).

Example


_10
1 | https://api.ashburn-ix.us1.twilio.com/2020-04-01

For webhooks and client, set the edge to the specific private edge.

Example: Webhooks


_10
1 | https://www.twilio.com/docs/usage/webhooks/webhooks-connection-overrides

Example: JavaScript SDK


_10
1 | const device = new Twilio.Device(token, { edge: “ashburn-ix” });

Example: Mobile SDK - Android


_10
1 | Voice.setEdge(“ashburn-ix”);

Example: Mobile SDK - iOS


_10
1 | TwilioVoice.edge = “ashburn-ix”;


Step 2 Allow Twilio's IP addresses and ports on your Firewall (Voice only)

step-2-allow-twilios-ip-addresses-and-ports-on-your-firewall-voice-only page anchor

Refer to the link(s) below for the signaling and media IP addresses and ports.


Rate this page: