Hey
I can see the outbound payload prepared for your call (019e3ccd-f9c4-7554-9600-50144a4237c2):
• Dialed Destination: 8743025511976197648 (Tech Prefix 874302 + country code 55 + number)
• Outbound Leading Plus Status: Your credential (8f36ec98-e3d7-49b3-b19c-65c13fff70d1) is configured with "outboundLeadingPlusEnabled": true
Why This Causes a 403 Forbidden
Because outboundLeadingPlusEnabled is set to true, Vapi automatically prepends a + to the outbound dialed string when sending the SIP INVITE. This means the SIP request was sent to Vonex's gateways formatted as:
+8743025511976197648
Carriers requiring a Tech Prefix (such as 874302) expect the prefix to be the absolute first digits in the dial string. When Vonex receives the leading + before the prefix, their SBC fails to match the prefix, causing it to reject the call with a 403 Forbidden.
To resolve your issue, set outboundLeadingPlusEnabled to false on your BYO SIP Trunk credential.
You can do this in your Vapi Dashboard under the Credentials section by editing your "Vonex Trunk Outbound" credential.