Rafael
03/18/2026, 11:30 AMVapi Support Bot
03/18/2026, 11:31 AMoutboundAuthenticationPlan with your username and password. Here’s an example API payload:
json
{
"provider": "byo-sip-trunk",
"name": "My SIP Trunk",
"gateways": [
{
"ip": "203.0.113.10",
"inboundEnabled": false
}
],
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_USERNAME",
"authPassword": "YOUR_SIP_PASSWORD"
}
}
Replace the IP, username, and password with your actual details. Using a hostname instead of an IP or missing the authentication plan can cause registration to fail.
For more troubleshooting, see the [SIP trunk credential errors guide](https://docs.vapi.ai/advanced/sip/troubleshoot-sip-trunk-credential-errors).
Source:
- [Troubleshoot SIP trunk credential errors](https://docs.vapi.ai/advanced/sip/troubleshoot-sip-trunk-credential-errors)Rafael
03/18/2026, 11:36 AMRamsey
03/18/2026, 2:11 PMRafael
03/18/2026, 3:43 PMRafael
03/18/2026, 3:43 PMRamsey
03/18/2026, 4:03 PMRafael
03/18/2026, 4:17 PMRamsey
03/18/2026, 7:05 PMChiranjeet Mishra
03/19/2026, 9:32 AMRafael
03/19/2026, 11:11 AMRafael
03/19/2026, 12:10 PMRafael
03/24/2026, 5:11 PM