---
title: "Configure an Inbound Route With Your Preferred PoP"
slug: "configure-an-inbound-route-with-your-preferred-pop"
description: "Customers who have inbound routes set to either SIP URI or Hostname as route types can select their preferred inbound PoP. Learn more in this article."
updated: 2025-08-12T21:16:54Z
published: 2024-10-15T01:48:44Z
canonical: "support.bcmone.com/configure-an-inbound-route-with-your-preferred-pop"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.bcmone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure an Inbound Route With Your Preferred PoP

At Flowroute, you have the ability to manage inbound voice routing on a per-route basis. For example, if you select **US-West-OR** as your **Edge Strategy** for a given **Inbound Route**, origination calls will be attempted first from US-West-OR servers. If those fail, then origination attempts will be made from the other [points of presence](/flowroute-support/docs/configure-an-inbound-route-with-your-preferred-pop#pop-options).

**Configuring inbound route**

1. Log in to your [**Flowroute account**](https://manage.flowroute.com/)
2. Select the [Interconnection](https://manage.flowroute.com/accounts/interconnection/) option from the left sidebar menu
3. Go to the [Inbound Routes](https://manage.flowroute.com/accounts/interconnection/routes/) tab
4. Populate **Add new Route** form:
  1. Set the **Route Alias** which is just a name for the route that’s easy to remember or identify.
  2. Select your route type. Note that **Edge strategy** only applies to route types **Host** and **URI**.
  3. Enter your route value following the [example format](/flowroute-support/docs/configure-an-inbound-route-with-your-preferred-pop#examples).
  4. Update **Edge strategy** with your preferred value.
5. Click on **Add Route** to apply the changes. Your route should appear in the list below.

![](https://cdn.document360.io/505a9638-8582-4eef-8206-3c7a24d46a36/Images/Documentation/Interconnection___Routing_–_Flowroute®(1).png)

#### Apply Inbound route to DID(s)

Next, you can [**apply inbound route to your DID(s)**](/flowroute-support/docs/host-based-routing-for-inbound-calls-to-your-dids) on the [DID Manage page](https://manage.flowroute.com/accounts/dids/).

#### Examples

- **Host routes**
  - sip:[yourdomain.com](http://yourdomain.com)
  - 123.1.1.321:5060
  - [yourdomain.com](http://yourdomain.com);transport=tls
  - 123.1.1.321:5060;weight=300
- **URI routes**
  - sip:[alice@atlanta.com](mailto:alice@atlanta.com)
  - sip:bob@8.4.3.13:7193;transport=tcp
  - sip:[dave@atlanta.com](mailto:dave@atlanta.com);transport=tls
  - sip:[otherbob@atlanta.com](mailto:otherbob@atlanta.com);transport=tcp;weight=100

#### Weighted Routing

Percentage-based traffic distribution is supported when both a **primary** and **failover** route include the weight parameter.

**NOTE:** When only one of the two routes or neither of them contain a weight, traditional primary/failover behavior occurs.

To add a weight, simply append the weight parameter to the route with a value between 0 and 1000. When both values are present, the percentage of traffic sent to one route will be the weight over the sum of both weights.

` my_route1;weight=200 -&gt; 200 / (200+300) -&gt; 40%`

` my_route2;weight=300 -&gt; 300 / (200+300) -&gt; 60%`

#### PoP options

**IMPORTANT:** Please refer to [**Manage portal**](https://manage.flowroute.com/accounts/interconnection/routes/) for the up-to-date selection of PoPs

| **Point of Presence (PoP)** | **SIP Proxy** | **IP Range** |
| --- | --- | --- |
| **UNITED STATES** |
| US-West-OR | us-west-or.sip.flowroute.com | 34.210.91.112/28 |
| US-East-VA | us-east-va.sip.flowroute.com | 34.226.36.32/28 |
| **ASIA PACIFIC** |
| AP-East-HK | ap-east-hk.sip.flowroute.com | 16.163.86.112/30 |
| AP-Southeast-SIN | ap-southeast-sin.sip.flowroute.com | 3.0.5.12/30 |
| **EMEA** |
| EU-West-LDN | eu-west-ldn.sip.flowroute.com | 3.8.37.20/30 |
| EU-Central-FRA | eu-central-fra.sip.flowroute.com | 3.71.103.56/30 |
| **LATAM** |
| SA-East-SP | sa-east-sp.sip.flowroute.com | 18.228.70.48/30 |
