What is SIP URI Calling?
This feature allows you to receive inbound calls directly to your SIP URI on connections using "credential auth". When SIP URI calling is enabled, callers can reach you by dialing your connection's username, removing the need for a phone number.
To use this feature, you'll need a SIP device or softphone registered with the credentials set on the connection. SIP URI calling is disabled by default and can be enabled per connection.
How to enable SIP URI Calling
From the Telnyx portal, navigate to Voice Suite β SIP Trunking.
From the SIP Connections list, click the edit icon next to the connection you want to configure.
Open the Authentication and routing tab.
Under Receive SIP URI calls, select your preferred option from the dropdown (e.g., From anyone or Only from my Connections). [Screenshot 2: Authentication and routing tab]
Note: This setting was previously located under the Inbound tab but has since moved to Authentication and routing.
β
Choosing who can call your SIP URI
You can control who is allowed to call your SIP URI directly by selecting one of the following options:
From Anyone (unrestricted) β Allows calls from other Telnyx accounts as well as anyone on the public internet. With this option selected, anyone who knows your SIP URI (
your-username@sip.telnyx.com) can reach your SIP endpoint.Only from my SIP Connections (internal) β Restricts inbound calls to those originating from connections on the same Telnyx account.
This setting can also be configured through the Telnyx API:
PUT https://api.telnyx.com/security/connections/{connection_id}Set the sip_uri_calling_preference field to one of: "disabled", "unrestricted", or "internal".
Billing for SIP URI Calls
SIP URI calls are billed at $0.002 per minute, charged to the owner of the connection that receives the call. This rate applies to any call originating from a source that Telnyx cannot identify.
If the source matches a Telnyx SIP Connection, the call is treated as an On-Net call and billed according to your Telnyx rate deck.
As a fraud-prevention measure against number spoofing, only SIP usernames beginning with a non-numeric character are considered valid.


