Telnyx Programmable Networking Overview
Introduction
Telnyx programmable networking allows users and their application to access Telnyx SIP and API endpoints without traversing the public internet, therefore offering a path with better latency and throughput. The SIP and API endpoints are:api.telnyx.comsip.telnyx.comand their regional counterparts*.telnyxcloudstorage.comwhere*is all available storage regions, e.g.us-central-1
API Concepts
Coverage
Coverage API enumerates all the supported products at each of Telnyx’s PoP. Before creating any resources, please ensure that- There is a PoP in the vicinity from where you want to connect, and
- The desired resources are available at that PoP.
Networks
It is a logically isolated virtual network. It is a pre-requisite for the creation of other elements. Refer to the network guide for more detail.Gateways
It is a virtual node that facilitates traffic routing between your Telnyx network and an outside network. There are three types of gateways.- Wireguard Gateways (WGW); in the API, it’s named
interface - Internet Gateways (IGW)
- Private Wireless Gateways (PWG)
Wireguard Gateways
It is a virtual VPN concentrator implemented with the open source wireguard protocol. It is similar to- Virtual Private Gateway in AWS
- VPN Gateway in GCP
- Virtual Network Gateway in Azure