zitang
09/16/2025, 9:18 AMVapi Support Bot
09/16/2025, 9:19 AM44.229.228.186/32
44.238.177.138/32
Also, confirm your SIP trunk in Vapi is set up with the correct Yeastar gateway IP and authentication. Here’s a sample Vapi API call for the trunk setup:
bash
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": "Yeastar Trunk",
"gateways": [{ "ip": "YOUR_YEASTAR_IP_OR_DOMAIN" }],
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_USERNAME",
"authPassword": "YOUR_SIP_PASSWORD"
}
}'
Update your Yeastar and Vapi settings as above, then test an outbound call again.
For more details, see the [Vapi SIP trunking guide](https://docs.vapi.ai/advanced/sip/sip-trunk).
Source:
- [Vapi SIP Trunking Guide](https://docs.vapi.ai/advanced/sip/sip-trunk)Chiranjeet Mishra
09/18/2025, 6:20 AMoutboundEnabled: true and inboundEnabled: falseChiranjeet Mishra
09/18/2025, 6:20 AMudp