Get Instant Solutions for Kubernetes, Databases, Docker and more
Twilio Voice is a powerful API that allows developers to make, receive, and monitor calls programmatically. It is widely used in applications that require voice communication capabilities, such as customer service platforms, automated call systems, and more. By leveraging Twilio Voice, engineers can integrate voice functionalities into their applications with ease.
When working with Twilio Voice, you might encounter the error code 13223. This error typically manifests when you attempt to make a call using an invalid 'From' phone number. The error message will indicate that the 'From' number is not recognized as a valid Twilio number.
Error 13223 occurs when the 'From' number specified in your API request is not a valid Twilio number. This can happen if the number is not provisioned in your Twilio account or if there is a typo in the number format. Twilio requires that the 'From' number be one of your verified Twilio numbers to ensure compliance with telecommunication regulations.
To resolve this issue, follow these steps:
Log in to your Twilio account and navigate to the Phone Numbers section. Ensure that the 'From' number you are using is listed among your Twilio numbers. If it is not, you will need to purchase or verify a new number.
Ensure that the 'From' number is formatted correctly. Twilio numbers should be in E.164 format, which includes the country code. For example, a US number should be formatted as +12345678900.
Once you have verified the number, update your API request to use the correct 'From' number. Here is an example of how your API request might look:
{
"From": "+12345678900",
"To": "+10987654321",
"Url": "http://demo.twilio.com/docs/voice.xml"
}
For more information on managing your Twilio numbers, visit the Twilio Phone Numbers Documentation. If you continue to experience issues, consider reaching out to Twilio Support for further assistance.
(Perfect for DevOps & SREs)
Try Doctor Droid — your AI SRE that auto-triages alerts, debugs issues, and finds the root cause for you.