Amir UIDB
12/04/2025, 9:34 AMVapi Support Bot
12/04/2025, 9:35 AMbash
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", "inboundEnabled": false }],
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_USERNAME",
"authPassword": "YOUR_SIP_PASSWORD",
"sipRegisterPlan": { "realm": "sip.telnyx.com" }
}
}'
Replace the placeholders with your actual credentials. This setup may help resolve your latency problems by leveraging direct SIP integration. For full steps, see the documentation I have found.
Source:
- [Telnyx SIP integration](https://docs.vapi.ai/advanced/sip/telnyx)Amir UIDB
12/04/2025, 9:41 AMAati
12/04/2025, 2:38 PMChiranjeet Mishra
12/08/2025, 9:48 AMAmir UIDB
12/11/2025, 12:05 AMChiranjeet Mishra
12/12/2025, 7:08 PMAmir UIDB
12/24/2025, 5:33 PMChiranjeet Mishra
12/29/2025, 11:13 AMAmir UIDB
01/04/2026, 8:25 AMChiranjeet Mishra
01/10/2026, 1:13 PMAmir UIDB
01/14/2026, 11:41 AMChiranjeet Mishra
01/14/2026, 4:12 PMHenry G
02/06/2026, 12:12 AM