fizzfau
08/08/2025, 5:34 PMVapi Support Bot
08/08/2025, 5:35 PMbash
curl -X POST 'https://api.vapi.ai/credential' \
-H 'Authorization: Bearer YOUR_VAPI_PRIVATE_KEY' \
-H 'Content-Type: application/json' \
-d '{
"provider": "byo-sip-trunk",
"name": "NETGSM - Randevoo",
"gateways": [{ "ip": "sip.netgsm.com.tr" }],
"outboundAuthenticationPlan": {
"authUsername": "2269110381",
"authPassword": "mypassword"
}
}'
If this still fails, double-check that your SIP server address and credentials are correct and supported by Vapi.
[Reference: Vapi SIP Trunking Docs](https://docs.vapi.ai/advanced/sip/sip-trunk)
Source:
- [Vapi SIP Trunking Docs](https://docs.vapi.ai/advanced/sip/sip-trunk)fizzfau
08/08/2025, 5:58 PMChiranjeet Mishra
08/11/2025, 4:43 PM