George
05/23/2026, 5:00 AMMatt
05/23/2026, 7:12 AMGeorge
05/23/2026, 9:53 AMMatt
05/23/2026, 10:31 AMGeorge
05/23/2026, 10:56 AMAmanda (Vapi)
05/23/2026, 6:33 PMGeorge
05/23/2026, 7:30 PMAmanda (Vapi)
05/23/2026, 9:56 PMChiranjeet Mishra
05/25/2026, 1:02 AMnumberE164CheckEnabled is currently enabled on the BYO phone number configuration.
With this enabled, the SBC performs strict E.164 matching on the SIP To: header, and the match is failing at the edge level. That is why:
• no inbound call record appears in the dashboard
• the call is dropped before Vapi fully processes it
Your gateway IP configuration change on May 22 was correct and resolved the earlier authentication issue. The remaining issue is this strict E.164 validation setting.
Please disable it using:
curl -X PATCH https://api.vapi.ai/phone-number/24886e2c-8356-469d-bbeb-c2d562d6ec05 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"numberE164CheckEnabled": false}'
After making this change:
1. Ask Netelip to place another test call
2. Check Dashboard → Calls
3. If the call record appears, the SIP INVITE is successfully reaching Vapi’s application layer
Also:
• Your number format +34910052268 is already correct
• The issue is not the stored number format itself, only the strict matching behavior enabled by numberE164CheckEnabled
If the issue still persists after disabling the setting, please share a fresh test timestamp/call attempt and we can investigate further.George
06/01/2026, 7:04 PMChiranjeet Mishra
06/04/2026, 8:26 AMGeorge
06/05/2026, 4:21 AMChiranjeet Mishra
06/05/2026, 6:09 PMGeorge
06/08/2026, 10:09 PMGeorge
06/08/2026, 10:09 PMChiranjeet Mishra
06/09/2026, 5:16 AMsip:{phoneNumber}@{credential_id}.sip.vapi.ai
To help protect any sensitive information, we recommend sending the screenshots and PCAP file via email rather than Discord (support@vapi.ai)
Thanks,
Vapi Support TeamGeorge
06/09/2026, 2:52 PMChiranjeet Mishra
06/10/2026, 7:06 AM