Icydomo
04/05/2026, 3:50 PMChiranjeet Mishra
04/05/2026, 3:50 PMVapi Support Bot
04/05/2026, 3:51 PMoutboundLeadingPlusEnabled to false in your Vapi SIP trunk credential configuration. Here’s an example payload:
json
{
"provider": "byo-sip-trunk",
"name": "PhoneSystems Trunk",
"gateways": [{
"ip": "44.229.228.186",
"port": 5060,
"outboundEnabled": true,
"inboundEnabled": false
}],
"outboundLeadingPlusEnabled": false,
"outboundAuthenticationPlan": {
"authUsername": "100018908",
"authPassword": "YOUR_SIP_PASSWORD"
}
}
This will ensure Vapi sends numbers without the "+" prefix, matching phone.systems requirements. For more details, see the [Vapi SIP trunk documentation](https://docs.vapi.ai/advanced/sip/sip-trunk).
Source:
- [Vapi SIP trunk documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)Abayomi Praise heritage
04/05/2026, 11:22 PMIcydomo
04/06/2026, 12:44 PMAbayomi Praise heritage
04/06/2026, 12:44 PMIcydomo
04/06/2026, 12:44 PMChiranjeet Mishra
04/08/2026, 8:23 PM