correct-apricot
correct-apricot3mo ago

twilio-reported-customer-misdialed error

We're getting a few calls failing today due to 'twilio-reported-customer-misdialed' this is happening across multiple different Twilio phone numbers and assistants Call ids 28f50b3f-5156-4beb-85b4-d6ae168c386f 1e663dfb-d5ca-414c-a1a9-256ee59aa8f6 58676a2d-01c2-4ec6-9ba9-63166985d556
4 Replies
Vapi Support Bot
The twilio-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:
// Example: E.164 formatting for a US number
const phoneNumber = "+14155552671";
// 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. Source: - Call ended reasons (Vapi Documentation)
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
correct-apricot
correct-apricotOP3mo ago
This is happening on inbound calls, not outbound
afraid-scarlet
afraid-scarlet3mo ago
Looking into it
deep-jade
deep-jade3mo ago
@Louis, you should check Twilio logs for precise details. On our side, it shows that the telephony provider didn't connect, which means Twilio failed to connect.

Did you find this page helpful?