Diego
08/07/2025, 6:49 PMVapi Support Bot
08/07/2025, 6:51 PMDiego
08/07/2025, 6:52 PMDiego
08/07/2025, 6:53 PMVapi Support Bot
08/07/2025, 6:55 PMbash
curl -L 'https://api.vapi.ai/credential' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_PRIVATE_KEY' \
-d '{
"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"
}
}'
If the error persists, ensure your password change in Zadarma is fully propagated and not cached in Vapi, and consider using a new trunk name to avoid conflicts.
[See full Zadarma SIP integration guide](https://docs.vapi.ai/advanced/sip/zadarma)
Source:
- [Zadarma SIP Integration Documentation](https://docs.vapi.ai/advanced/sip/zadarma)Chiranjeet Mishra
08/08/2025, 9:39 AM