4O4
06/01/2026, 8:55 PM4O4
06/02/2026, 2:01 PM4O4
06/02/2026, 2:55 PMVapi Support Bot
06/02/2026, 2:56 PM401 Unauthorized, twilio-failed-to-connect-call), please provide it for a more targeted solution.
Let me know, and I can guide you through the next troubleshooting steps!
Sources:
- [Twilio SIP Integration Guide](https://docs.vapi.ai/advanced/sip/twilio)
- [Call Ended Reasons](https://docs.vapi.ai/calls/call-ended-reason)4O4
06/02/2026, 3:10 PMTwilio error (from the Twilio Debugger):
▎ - Error code: 11200 ("HTTP retrieval failure")
▎ - Request URL: https://api.vapi.ai/twilio/inbound_call (the default Voice URL set by VAPI on imported Twilio numbers)
▎ - Response headers:
▎ - x-envoy-upstream-service-time: 15002
▎ - x-twilio-reason: Request total timeout reached
▎ - x-twilio-webhookerror: 11203 HTTP communication total time out triggered
▎ - Response body: "Twilio was unable to fetch content from: http://api.vapi.ai/twilio/inbound_call. Error: Total timeout is triggered. Configured tt is 15000ms and we attempted 1 time(s)"
▎ - Example Twilio Alert SID: NO2ce3f0c3efb387ce466e7bbc3abc7044 (date 2026-06-01T20:33:04Z, Twilio CallSid CAfe82685c911e2b284a4849451cb76899)
▎
▎ VAPI error (from the corresponding VAPI call record):
▎ - endedReason: twilio-reported-customer-misdialed
▎ - startedAt: null
▎ - endedAt: null
▎ - messages: []
▎ - i.e. the call never started on VAPI's side because the /twilio/inbound_call response didn't complete within Twilio's 15s cap.4O4
06/02/2026, 3:18 PMVapi Support Bot
06/02/2026, 3:19 PMtwilio-reported-customer-misdialed error.
To escalate this, copy your Call ID from the Vapi dashboard and send it to support for log investigation.
Example:
Call ID: [your-call-id-here]
Issue: Twilio inbound call times out (error 11200), Vapi call record shows 'twilio-reported-customer-misdialed'
This will help the support team quickly pinpoint the cause and assist you further.
[More details here](https://docs.vapi.ai/issue-reporting)
Sources:
- [Call Ended Reasons](https://docs.vapi.ai/calls/call-ended-reason)
- [Issue Reporting](https://docs.vapi.ai/issue-reporting)4O4
06/02/2026, 3:26 PMVapi Support Bot
06/02/2026, 3:27 PMsupport@vapi.ai with your Call ID and a brief description of your Twilio inbound call timeout issue.
Example:
Subject: Twilio Inbound Call Timeout Issue
Call ID: [your-call-id-here]
Issue: Twilio inbound call times out (error 11200), Vapi call record shows 'twilio-reported-customer-misdialed'
This will help the support team investigate your logs and respond promptly.
(Reference: Vapi support documentation at https://docs.vapi.ai/support)
Source:
- [Vapi Support Documentation](https://docs.vapi.ai/support)Chiranjeet Mishra
06/02/2026, 7:33 PM4O4
06/03/2026, 12:00 PM4O4
06/03/2026, 12:03 PMTwilio's call notifications also explicitly log HTTP 502 (not 400), and Vapi's own call records for the failed calls show:
endedReason: call.in-progress.error-providerfault-transport-never-connected4O4
06/03/2026, 1:59 PM4O4
06/03/2026, 2:01 PMChiranjeet Mishra
06/03/2026, 8:33 PMChiranjeet Mishra
06/03/2026, 8:40 PM4O4
06/04/2026, 3:34 PM4O4
06/04/2026, 3:35 PMChiranjeet Mishra
06/04/2026, 11:31 PMChiranjeet Mishra
06/05/2026, 4:59 AM4O4
06/05/2026, 8:48 AMChiranjeet Mishra
06/05/2026, 11:22 AMtwilio-reported-customer-misdialed, which means Twilio reported that the destination number was invalid or could not be reached. This is a Twilio-side issue rather than a Vapi issue.
Please check the following:
• Verify that the destination number is in the correct E.164 format (for example, +1XXXXXXXXXX).
• Confirm the number is valid by calling it outside of Vapi.
• Review your Twilio Call Logs for more detailed error information.
• Check for any typos, missing digits, or incorrect country codes.
• Ensure the destination country/region is enabled in your Twilio geographic permissions.
If the number appears correct and the issue persists, we recommend contacting Twilio support with the corresponding Twilio Call SID for further investigation.
Thank you.4O4
06/05/2026, 1:45 PM4O4
06/05/2026, 1:45 PM{
"request": {
"method": "POST",
"url": "https://api.vapi.ai/twilio/inbound_call",
...
},
"response": {
"date_created": "Fri, 05 Jun 2026 07:52:13 +0000",
"request_duration": 15011,
"response_body": "Twilio was unable to fetch content from: http://api.vapi.ai/twilio/inbound_call\nError:
Total timeout is triggered. Configured tt is 15000ms and we attempted 1 time(s)\nAccount SID:
AC89b9ff486a3e37831fa3017256484d4b\nSID: CAf32c2a503023bcfe8ca584105c52847a\n...\nRequest URI:
http://api.vapi.ai/twilio/inbound_call",
"response_code": 502
}
}Chiranjeet Mishra
06/05/2026, 2:03 PM+1XXXXXXXXXX).
• Confirm the number is valid by calling it outside of Vapi.
• Review your Twilio Call Logs for more detailed error information.
• Check for any typos, missing digits, or incorrect country codes.
• Ensure the destination country/region is enabled in your Twilio geographic permissions.
Also contact Twilio support with the corresponding Twilio Call SID for further investigation.
Thank you.