Louis
06/19/2025, 10:33 PMVapi Support Bot
06/19/2025, 10:35 PMtwilio-reported-customer-misdialed
error indicates Twilio detected an invalid or incomplete number was dialed.
To reduce these errors, ensure all phone numbers are in E.164 format before making calls. For example:
js
// Example: E.164 formatting for a US number
const phoneNumber = "+14155552671";
Double-check your number formatting and input validation logic before initiating outbound calls.
[More details in the Vapi docs](https://docs.vapi.ai/calls/call-ended-reason).
Source:
- [Call ended reasons (Vapi Documentation)](https://docs.vapi.ai/calls/call-ended-reason)Louis
06/19/2025, 11:32 PMKings_big💫
06/20/2025, 11:35 AMShubham Bajaj
06/20/2025, 11:49 AM