mdhor
09/15/2025, 2:34 PMVapi Support Bot
09/15/2025, 2:35 PMbash
curl -X POST https://api.vapi.ai/credential \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_VAPI_PRIVATE_KEY" \
-d '{
"provider": "byo-sip-trunk",
"name": "Telnyx Trunk",
"gateways": [{ "ip": "sip.telnyx.com" }],
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_USERNAME",
"authPassword": "YOUR_SIP_PASSWORD",
"sipRegisterPlan": { "realm": "sip.telnyx.com" }
}
}'
Replace the placeholders with your actual credentials. This is the recommended way to integrate Telnyx for better call quality and inbound support ([Vapi Telnyx SIP integration guide](https://docs.vapi.ai/advanced/sip/telnyx)).
Source:
- [Vapi Telnyx SIP integration guide](https://docs.vapi.ai/advanced/sip/telnyx)mdhor
09/16/2025, 5:44 AMChiranjeet Mishra
09/17/2025, 4:24 PMmdhor
09/30/2025, 12:40 PMChiranjeet Mishra
11/03/2025, 8:53 PM