TestingTest123
11/24/2025, 9:01 AMVapi Support Bot
11/24/2025, 9:02 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": "Easybell Trunk",
"gateways": [{
"ip": "voip.easybell.de",
"inboundEnabled": true
}],
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_USERNAME",
"authPassword": "YOUR_SIP_PASSWORD",
"sipRegisterPlan": {
"realm": "voip.easybell.de"
}
}
}'
Be sure to enable inbound calls and use your Easybell SIP username, password, and registrar as shown above.
For more details, see the [Vapi SIP trunk documentation](https://docs.vapi.ai/advanced/sip/sip-trunk).
Source:
- [Vapi SIP Trunk Documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)de.hungriest
11/24/2025, 12:56 PMTestingTest123
11/24/2025, 1:38 PMChiranjeet Mishra
11/26/2025, 8:16 AM{
"provider": "byo-sip-trunk",
"name": "My SIP Trunk",
"gateways": [
{
"ip": "sip.provider.com",
"port": 5060,
"outboundEnabled": true,
"inboundEnabled": false,
"outboundProtocol": "udp"
},
{
"ip": "203.0.113.10",
"port": 5060,
"outboundEnabled": false,
"inboundEnabled": true
}
]
}
Once you have configured the SIP trunk, you will receive a value for credentialId. Save that and use it for the next step of assigning the SIP trunk to a phone number, as that is a required value for setting up the phone number.
If you encounter any issues with the setup, please feel free to reach out.de.hungriest
11/26/2025, 10:38 AMGhostein
12/01/2025, 2:14 PMChiranjeet Mishra
12/09/2025, 8:50 AM