Chris
09/19/2025, 1:24 PMVapi Support Bot
09/19/2025, 1:25 PMjs
function isE164(number) {
return /^\+[1-9]\d{1,14}$/.test(number);
}
Validate each number before making the call to catch formatting issues early.
[See more in the Vapi documentation.](https://docs.vapi.ai/calls/call-ended-reason)
Source:
- [Call ended reason codes (Vapi documentation)](https://docs.vapi.ai/calls/call-ended-reason)Chris
09/19/2025, 1:38 PMChris
09/19/2025, 1:41 PMChiranjeet Mishra
09/23/2025, 2:48 PM