Toketo1
04/01/2025, 12:45 AMVapi Support Bot
04/01/2025, 12:47 AMsip.vapi.ai
- Port should be 5060 by default
[source](https://docs.vapi.ai/advanced/sip/telnyx)
4. Set up outbound authentication on Telnyx:
- Go to Voice / Sip Trunking / Authentication and routing
- Add the two fixed IPs from VAPI
- Select Tech Prefix and create a unique 4-digit Tech Prefix
[source](https://docs.vapi.ai/advanced/sip/telnyx)
Would you like me to provide more specific details on any part of this process, or do you have any other questions about integrating Telnyx with Vapi? 🙂
Sources:
- [Vapi SIP Trunking with Telnyx](https://docs.vapi.ai/advanced/sip/telnyx)
- [Discord Thread on Telnyx Integration](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1324828879667597424)
- [Discord Thread on Telnyx Credentials](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1344680024665493524)Vapi Support Bot
04/01/2025, 12:47 AMcurl -X POST https://api.vapi.ai/credential \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-vapi-private-api-key" \
-d '{
"provider": "byo-sip-trunk",
"name": "Telnyx Trunk",
"gateways": [
{
"ip": "sip.telnyx.com"
}
]
}'
[source](https://docs.vapi.ai/advanced/sip/telnyx)
2. Then create a Phone Number associated with the SIP trunk:
```
curl -X POST https://api.vapi.ai/phone-number \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-vapi-private-api-key" \
-d '{Kyle Brunker
04/01/2025, 7:25 PM