OLEYO
10/23/2025, 8:48 PMVapi Support Bot
10/23/2025, 8:49 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": "Your SIP Trunk",
"gateways": [{ "ip": "your.sip.provider.com", "inboundEnabled": true }],
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_USERNAME",
"authPassword": "YOUR_SIP_PASSWORD"
}
}'
Switching to a dedicated trunk may help you achieve more consistent and lower call setup times, especially during peak usage periods. For more details, see the [SIP Trunking guide](https://docs.vapi.ai/advanced/sip/sip-trunk).
Source:
- [SIP Trunking](https://docs.vapi.ai/advanced/sip/sip-trunk)Stanley_03
10/23/2025, 11:22 PMVignxt Flow
10/23/2025, 11:27 PMNir Simionovich (CEO@Cloudonix)
10/24/2025, 8:28 PMOLEYO
10/25/2025, 7:37 PMChiranjeet Mishra
10/27/2025, 8:31 PM