Mehedi
03/14/2026, 12:48 AMVapi Support Bot
03/14/2026, 12:49 AMoutboundAuthenticationPlan with your Zadarma SIP number and password. Here’s the required configuration:
json
{
"provider": "byo-sip-trunk",
"name": "Zadarma Trunk",
"gateways": [{ "ip": "sip.zadarma.com", "inboundEnabled": false }],
"outboundLeadingPlusEnabled": true,
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_NUMBER",
"authPassword": "YOUR_SIP_PASSWORD"
}
}
Replace YOUR_SIP_NUMBER and YOUR_SIP_PASSWORD with your actual Zadarma credentials and update your Vapi credential accordingly. This should resolve the outbound authentication error according to the documentation I have found.
Source:
- [Vapi SIP Trunk Documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)Ramsey
03/14/2026, 6:18 AMChiranjeet Mishra
03/18/2026, 12:00 AM