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

# BYOC (Bring Your Own Carrier)

> How to connect external PSTN carriers to Twilio and Connect, manage trunks, and compare provider options.

# BYOC (Bring Your Own Carrier)

Connect your existing PSTN carrier to Twilio’s programmable platform and keep using your numbers while leveraging Connect features.

* Twilio overview: [BYOC docs](https://www.twilio.com/docs/voice/bring-your-own-carrier-byoc)
* Typical use: keep current carrier contracts/coverage while using Twilio/Connect for call control, recording, and analytics.

## Trunk routing: priorities and weights

When you add multiple origination targets (SIP URIs) to a Twilio BYOC trunk:

* **Priority**: lower numbers are tried first (1 before 2). Acts as failover order.
* **Weight**: used only among targets with the same priority. Distributes calls proportionally (e.g., weights 70/30 send \~70% / 30% of calls).

Use priorities for resilience; use weights for load-balancing peers at the same priority.

## Supported providers (tested)

| Provider                            | Notes                                                                                                                      |
| ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| [Netelip](https://www.netelip.com/) | Has Twilio connector support in admin UI.                                                                                  |
| DIDWW                               | Twilio guide: [https://doc.didww.com/integrations/twilio/index.html](https://doc.didww.com/integrations/twilio/index.html) |

If your provider requires SIP registration, you can bridge it with an intermediate SBC/PBX (e.g., Asterisk). Contact support for details.

## DIDWW details

* Docs: [https://doc.didww.com/integrations/twilio/index.html](https://doc.didww.com/integrations/twilio/index.html)
* Price list (April 2025): [Download PDF](./files/DIDWW%20Price%20List%20April%202025.pdf)

### Flat Rate vs. Metered Capacity

| Feature              | Flat Rate Capacity                         | Metered Capacity                         |
| -------------------- | ------------------------------------------ | ---------------------------------------- |
| Billing Method       | Monthly (per channel)                      | Per minute (usage-based)                 |
| Commitment           | No long-term commitment                    | No long-term commitment                  |
| Channel Volume       | Fixed channel blocks (1, 30, 300, 990)     | Unlimited usage; no fixed channels       |
| Pricing              | MRC + one-time NRC                         | Per-minute rate only (no NRC/MRC)        |
| Activation Fee (NRC) | Yes                                        | No                                       |
| Recurring Fee (MRC)  | Yes                                        | No                                       |
| Billing Granularity  | Monthly                                    | Per minute                               |
| Use Case             | Predictable/high concurrent volume         | Variable/low or bursty usage             |
| Rate                 | Varies by plan/volume ($7–$25 per channel) | Standard: $0.01/min; Extended: $0.02/min |
| Cancellation         | Cancel anytime                             | Cancel anytime                           |
