Sajad
04/01/2026, 2:09 PMVapi Support Bot
04/01/2026, 2:10 PMgateways section. This will allow us to check for common configuration issues as outlined in the [Vapi SIP trunk documentation](https://docs.vapi.ai/advanced/sip/sip-trunk).
Example format:
{
"provider": "byo-sip-trunk",
"name": "My SIP Trunk",
"gateways": [
{
"ip": "203.0.113.10",
"port": 5060,
"outboundEnabled": true,
"inboundEnabled": false
}
]
}
Sources:
- [Vapi SIP trunk documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)
- [Vapi SIP trunk credential troubleshooting](https://docs.vapi.ai/advanced/sip/troubleshoot-sip-trunk-credential-errors)Sajad
04/01/2026, 2:34 PM{
"provider": "byo-sip-trunk",
"name": "GO_Test",
"gateways": [
{
"ip": "provider-domain-redacted",
"port": 5067,
"netmask": 32,
"outboundProtocol": "tls/srtp",
"outboundEnabled": true,
"inboundEnabled": false,
"optionsPingEnabled": true
}
]
}Chiranjeet Mishra
04/01/2026, 11:04 PMSajad
04/02/2026, 7:11 AMSajad
04/06/2026, 9:22 AMChiranjeet Mishra
04/07/2026, 11:13 PM🔵 10:59:58:738 Processing callComplete: {
"status": "ended",
"endedReason": "customer-busy",
"phoneCallProviderDetails": {
"sbcCallId": "c3f0feda-a85c-123f-0295-02c16c8be2c9",
"sipStatus": 603,
"sipReason": "Decline"
}
}
this indicates the call is being declined on the carrier/SIP provider side (603 Decline), not from vapi itself.