aafsgdrgdrgdgr
02/18/2026, 7:11 PMcurl -X POST "https://api.vapi.ai/credential" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API_KEY>" \
-d '{
"provider": "byo-sip-trunk",
"name": "RingCentral Trunk",
"gateways": [{
"ip": "<OUTBOUNT_PROXY>",
"port": <OUTBOUNT_PROXY_PORT>,
"netmask": 32,
"inboundEnabled": true,
"outboundEnabled": true
}],
"outboundLeadingPlusEnabled": false,
"outboundAuthenticationPlan": {
"authUsername": "<USER_NAME>",
"authPassword": "<PASSWORD>",
"sipRegisterPlan": {
"domain": "sip.ringcentral.com",
"username": "<AUTHORIZATION_ID>",
"realm": "sip.ringcentral.com",
"publicIpInContactEnabled": true
}
}
}'
but i always get this
{
"message": "Couldn't validate SIP trunk credential. SIP gateway creation failed.",
"error": "Bad Request",
"statusCode": 400
}aafsgdrgdrgdgr
02/18/2026, 7:12 PMaafsgdrgdrgdgr
02/18/2026, 7:12 PMJames Christopher
02/18/2026, 8:39 PMaafsgdrgdrgdgr
02/19/2026, 7:16 PMaafsgdrgdrgdgr
02/19/2026, 7:17 PMoften due to an auth mismatch, wrong proxy/port, or realm misconfiguration.
im very confident that i entered the correct ringcentral info, so my only conclusion is that vapi either does not support ringcentral or has a bugNomadiction
04/15/2026, 11:38 PM