wormworldwwt
08/06/2025, 3:10 PMConfigure SIP invite
Go to Numbers, edit the number you’ll be using
Navigate to Voice settings
Scroll down to find “Translated Number”
Set this value to match your Vapi SIP URI
You can get your Vapi SIP URI when you create a new SIP number through the Phone Numbers tab in the Vapi dashboard. The URI will look like:
sip:<your-unique-id>@sip.vapi.ai
This setting modifies the SIP Invite so invites are correctly routed to your Vapi SIP URI.
I have attached a screenshot of the Telnyx UI, showing that a number is required. I cannot put any characters or symbols in there because of the form validation preventing me. I have also tried via API with the same issue:
Response: {"errors":[{"code":"10015","title":"Bad Request","detail":"Must contain only letters and numbers; no spacing allowed","source":{"pointer":"/translated_number"},"meta":{"url":"https://developers.telnyx.com/docs/overview/errors/10015"}}]}
https://cdn.discordapp.com/attachments/1402670221826723973/1402670222007205888/image.png?ex=6894c1f1&is=68937071&hm=c0b7110635c0f881d7e2fd900bd857b565e1bfd6589c0b98b4253168641b9b50&Vapi Support Bot
08/06/2025, 3:12 PMsip:<your-unique-id>@sip.vapi.ai) as described in the Vapi documentation.
The best next step is to contact Telnyx support and reference error code 10015, asking if there is an alternative way to route SIP invites to your Vapi SIP URI or if a different field should be used for SIP trunking with Vapi.
In the meantime, double-check if there is a "SIP URI" or "Forwarding" field elsewhere in the Telnyx portal that allows full SIP addresses, as some platforms separate these from the "Translated Number" field.
If you receive updated guidance from Telnyx, please share it here for others facing the same issue.
Source:
- [Telnyx SIP Integration Guide – Vapi Documentation](https://docs.vapi.ai/advanced/sip/telnyx)wormworldwwt
08/06/2025, 5:18 PMChiranjeet Mishra
08/07/2025, 5:14 PMwormworldwwt
08/07/2025, 6:09 PMJosé [z3] Gonçalves
08/09/2025, 2:39 AMChiranjeet Mishra
08/11/2025, 4:33 PMJosé [z3] Gonçalves
08/12/2025, 12:02 PMChiranjeet Mishra
08/14/2025, 2:24 PMJosé [z3] Gonçalves
08/18/2025, 5:55 PMChiranjeet Mishra
08/20/2025, 6:07 PMJosé [z3] Gonçalves
08/21/2025, 10:54 PMJosé [z3] Gonçalves
08/21/2025, 11:35 PMChiranjeet Mishra
08/25/2025, 7:58 PM{
"provider": "byo-sip-trunk",
"name": "My SIP Trunk",
"gateways": [
{
"ip": "sip.provider.com",
"port": 5060,
"outboundEnabled": true,
"inboundEnabled": false,
"outboundProtocol": "udp"
},
{
"ip": "203.0.113.10",
"port": 5060,
"outboundEnabled": false,
"inboundEnabled": true
}
]
}
Once you have configured the SIP trunk, you will receive a value for credentialId. Save that and use it for the next step of assigning the SIP trunk to a phone number, as that is a required value for setting up the phone number.
If you encounter any issues with the setup, please feel free to reach out.José [z3] Gonçalves
08/27/2025, 11:15 PMChiranjeet Mishra
08/29/2025, 11:05 PMmeistroM
09/03/2025, 10:13 AMChiranjeet Mishra
09/05/2025, 7:16 AMChiranjeet Mishra
09/09/2025, 5:30 AMmdhor
09/15/2025, 2:26 PMmdhor
09/15/2025, 2:28 PMChiranjeet Mishra
09/16/2025, 5:57 PMmdhor
09/30/2025, 12:40 PMChiranjeet Mishra
10/02/2025, 10:34 PMksjakj
10/03/2025, 7:23 PMChiranjeet Mishra
10/07/2025, 6:58 PMhttps://api.vapi.ai/telnyx/inbound_call
Failover URL https://api.vapi.ai/telnyx/inbound_call
Anchorsite Latency
DTMF Type RFC 2833
Once those values are entered in, assign your phone number in the phone number tab on Telnyx.
Lastly, import your phone number through the Phone Numbers page on VAPI dashboard. Please ensure that your Telnyx API key has been entered into the integrations page before performing this step. Create phone number with the Telnyx tab, enter your phone number from Telnyx that is connected with Voice API Applications, then click save.
If you need further assistance with this, please let us know.