How to fix phone error
# support
@Support.Voice-Agent
v
Verify Twilio Credentials in Vapi The error suggests your Twilio credentials might not be properly configured in Vapi. Try these steps: 1. Ensure your Twilio number is configured for SMS messaging in Twilio dashboard 2. Verify you've provided the correct
twilioAccountSid
,
twilioAuthToken
, and
credentialId
in Vapi 3. Check that your phone number is in E.164 format (e.g., +61483986099) If the issue persists, verify the webhook URL in Twilio is correctly pointing to Vapi's endpoint. Sources: - [Discord Channel](https://discord.com/channels/1211482211119796234/1333245023319494707) - [Discord Channel](https://discord.com/channels/1211482211119796234/1340004417448968292)
Verify Twilio Credentials in Vapi The error suggests your Twilio credentials might not be properly configured in Vapi. Try these steps: 1. Ensure your Twilio number is configured for SMS messaging in Twilio dashboard 2. Verify you've provided the correct
twilioAccountSid
,
twilioAuthToken
, and
credentialId
in Vapi 3. Check that your phone number is in E.164 format (e.g., +61483986099) If the issue persists, verify the webhook URL in Twilio is correctly pointing to Vapi's endpoint. Sources: - [Discord Channel](https://discord.com/channels/1211482211119796234/1333245023319494707) - [Discord Channel](https://discord.com/channels/1211482211119796234/1340004417448968292)
Verify Twilio Credentials in Vapi The error suggests your Twilio credentials might not be properly configured in Vapi. Try these steps: 1. Ensure your Twilio number is configured for SMS messaging in Twilio dashboard 2. Verify you've provided the correct
twilioAccountSid
,
twilioAuthToken
, and
credentialId
in Vapi 3. Check that your phone number is in E.164 format (e.g., +61483986099) If the issue persists, verify the webhook URL in Twilio is correctly pointing to Vapi's endpoint. Sources: - [Discord Channel](https://discord.com/channels/1211482211119796234/1333245023319494707) - [Discord Channel](https://discord.com/channels/1211482211119796234/1340004417448968292)
The issue is likely due to regional restrictions - Vapi primarily supports US-based numbers, while you're using an Australian (+61) number. Try these steps: 1. Check if your Twilio number has SMS capability enabled in Twilio dashboard 2. Ensure the number is in E.164 format (+61483986099) 3. Contact Vapi support as they may need to specifically enable non-US numbers for SMS functionality According to documentation, "Vapi only allows US based numbers" for full functionality. Sources: - [Discord discussion about Vapi regional restrictions](https://discord.com/channels/1211482211119796234/1337419471006204026) - [Discord discussion about Twilio number regional settings](https://discord.com/channels/1211482211119796234/1332470088078590023)
The issue is likely due to regional restrictions - Vapi primarily supports US-based numbers, while you're using an Australian (+61) number. Try these steps: 1. Check if your Twilio number has SMS capability enabled in Twilio dashboard 2. Ensure the number is in E.164 format (+61483986099) 3. Contact Vapi support as they may need to specifically enable non-US numbers for SMS functionality According to documentation, "Vapi only allows US based numbers" for full functionality. Sources: - [Discord discussion about Vapi regional restrictions](https://discord.com/channels/1211482211119796234/1337419471006204026) - [Discord discussion about Twilio number regional settings](https://discord.com/channels/1211482211119796234/1332470088078590023)
The issue is likely due to regional restrictions - Vapi primarily supports US-based numbers, while you're using an Australian (+61) number. Try these steps: 1. Check if your Twilio number has SMS capability enabled in Twilio dashboard 2. Ensure the number is in E.164 format (+61483986099) 3. Contact Vapi support as they may need to specifically enable non-US numbers for SMS functionality According to documentation, "Vapi only allows US based numbers" for full functionality. Sources: - [Discord discussion about Vapi regional restrictions](https://discord.com/channels/1211482211119796234/1337419471006204026) - [Discord discussion about Twilio number regional settings](https://discord.com/channels/1211482211119796234/1332470088078590023)
The issue is likely due to regional restrictions. According to Vapi's documentation, Vapi only allows US-based numbers, while you're trying to use an Australian number (+61). Try one of these solutions: 1. Purchase a US number from Twilio and import that instead 2. Contact Vapi support to confirm if they've added support for Australian numbers For SMS tools specifically, the number must be both imported correctly AND configured for SMS capability in Twilio. Sources: - [Vapi Discord Channel](https://discord.com/channels/1211482211119796234/1337419471006204026) - [Vapi Discord Channel](https://discord.com/channels/1211482211119796234/1332807979409342484)
The issue is likely due to regional restrictions. According to Vapi's documentation, Vapi only allows US-based numbers, while you're trying to use an Australian number (+61). Try one of these solutions: 1. Purchase a US number from Twilio and import that instead 2. Contact Vapi support to confirm if they've added support for Australian numbers For SMS tools specifically, the number must be both imported correctly AND configured for SMS capability in Twilio. Sources: - [Vapi Discord Channel](https://discord.com/channels/1211482211119796234/1337419471006204026) - [Vapi Discord Channel](https://discord.com/channels/1211482211119796234/1332807979409342484)
The issue is likely due to regional restrictions. According to Vapi's documentation, Vapi only allows US-based numbers, while you're trying to use an Australian number (+61). Try one of these solutions: 1. Purchase a US number from Twilio and import that instead 2. Contact Vapi support to confirm if they've added support for Australian numbers For SMS tools specifically, the number must be both imported correctly AND configured for SMS capability in Twilio. Sources: - [Vapi Discord Channel](https://discord.com/channels/1211482211119796234/1337419471006204026) - [Vapi Discord Channel](https://discord.com/channels/1211482211119796234/1332807979409342484)
v
Message marked as helpful by @Zimraan Anjum! 🎉
d
hi @Support.Voice-Agent @User I am facing the same issue. I had imported 2 Canadian number from Twilio and they are working perfect for calls. But while creating the send_text_tool, I get the same error. I tried to test and setup messaging service in Twilio as well. The 'Try it out' feature is able to send the SMS to any Canadian number successfully. But In Vapi, still no luck on identifying any number in Send_text_tool. Later, I purchased new US number in Twilio imported it in Vapi - tested the send SMS function from Twilio and it is able to send SMS to my personal Canadian number. But in Vapi 'Send_text_tool' still not able to identify that number. Need the resolution for this ASAP.
i
Hello @Vapi Support Bot @Support.Voice-Agent @Vapi, I am also facing same issue here, I have imported my 3 US numbers on twilio, Done all p2p, toll free verification. Error " No twilio number configured"
v
To fix the "No configured Twilio numbers found" error, verify your Vapi credentials are properly set up:
Copy code
javascript
// Check these are correctly configured in your Vapi setup
const twilioConfig = {
  twilioAccountSid: "YOUR_TWILIO_ACCOUNT_SID",
  twilioAuthToken: "YOUR_TWILIO_AUTH_TOKEN",
  credentialId: "YOUR_PHONE_NUMBER_CREDENTIAL_ID"
};
Ensure your Twilio number is configured for SMS in the Twilio dashboard and that the webhook URL is correctly pointing to the Vapi endpoint. Sources: - [Discord conversation about Vapi SMS tool configuration](https://discord.com/channels/1211482211119796234/1333245023319494707) - [Discord conversation about Twilio webhook configuration](https://discord.com/channels/1211482211119796234/1332470088078590023)
To fix the "No configured Twilio numbers found" error, verify your Vapi credentials are properly set up:
Copy code
javascript
// Check these are correctly configured in your Vapi setup
const twilioConfig = {
  twilioAccountSid: "YOUR_TWILIO_ACCOUNT_SID",
  twilioAuthToken: "YOUR_TWILIO_AUTH_TOKEN",
  credentialId: "YOUR_PHONE_NUMBER_CREDENTIAL_ID"
};
Ensure your Twilio number is configured for SMS in the Twilio dashboard and that the webhook URL is correctly pointing to the Vapi endpoint. Sources: - [Discord conversation about Vapi SMS tool configuration](https://discord.com/channels/1211482211119796234/1333245023319494707) - [Discord conversation about Twilio webhook configuration](https://discord.com/channels/1211482211119796234/1332470088078590023)
## Check Twilio Webhook Configuration One common solution for the "No configured Twilio numbers found" error is to verify your Twilio webhook settings: 1. Log into your Twilio dashboard 2. Check if the webhook has changed to SIP instead of webhook 3. Switch it back to webhook pointing to Vapi's server According to user reports, this specific configuration issue has resolved the problem in similar cases. Source: - [Discord discussion about webhook configuration](https://discord.com/channels/1211482211119796234/1343208312249913397)
## Check Twilio Webhook Configuration One common solution for the "No configured Twilio numbers found" error is to verify your Twilio webhook settings: 1. Log into your Twilio dashboard 2. Check if the webhook has changed to SIP instead of webhook 3. Switch it back to webhook pointing to Vapi's server According to user reports, this specific configuration issue has resolved the problem in similar cases. Source: - [Discord discussion about webhook configuration](https://discord.com/channels/1211482211119796234/1343208312249913397)
k
we will investigate this issue
d
@kyle Brunker @Vapi Support Bot any further updates for the issue.
v
Based on the information available, the most effective solution for the "No configured Twilio numbers found" error is to verify your Twilio webhook configuration: 1. Go to your Twilio dashboard → Manage Numbers → Find your number 2. Check if the webhook is pointing to Vapi's server 3. Ensure it's set to "Webhook" (not "SIP") Several users resolved this issue by switching from SIP to Webhook in their Twilio settings. Source: - [Discord conversation about webhook settings](https://discord.com/channels/1211482211119796234/1343208312249913397)
Based on the information available, the most effective solution for the "No configured Twilio numbers found" error is to verify your Twilio webhook configuration: 1. Go to your Twilio dashboard → Manage Numbers → Find your number 2. Check if the webhook is pointing to Vapi's server 3. Ensure it's set to "Webhook" (not "SIP") Several users resolved this issue by switching from SIP to Webhook in their Twilio settings. Source: - [Discord conversation about webhook settings](https://discord.com/channels/1211482211119796234/1343208312249913397)
d
@User @Vapi Support Bot @Vapi I checked and confirmed the Twilio Webhook config are good and it is pointing to Vapi's server. Is there any thing else need to check or confirm from Vapi's config? Can we use Twilio's Message SID(starts with MG###) in VAPI's config?
@Zimraan Anjum @Izzy-Automation Have you resolved this on your end?
v
Thanks for confirming your webhook configuration. At this time, I don't have information available regarding further Vapi configuration steps or how the Twilio Message SID is used within Vapi. If you have any other questions or need clarification on a different aspect, feel free to ask!
Thanks for confirming your webhook configuration. At this time, I don't have information available regarding further Vapi configuration steps or how the Twilio Message SID is used within Vapi. If you have any other questions or need clarification on a different aspect, feel free to ask!
It looks like the main issue is that Vapi currently has regional restrictions and primarily supports US-based Twilio numbers for SMS functionality. Even though you've confirmed your Twilio credentials, SMS capability, and webhook settings, the error "No configured Twilio numbers found" may still appear if you're using non-US numbers. At this time, there isn't additional information available about further configuration steps or how to use the Twilio Message SID within Vapi.
It looks like the main issue is that Vapi currently has regional restrictions and primarily supports US-based Twilio numbers for SMS functionality. Even though you've confirmed your Twilio credentials, SMS capability, and webhook settings, the error "No configured Twilio numbers found" may still appear if you're using non-US numbers. At this time, there isn't additional information available about further configuration steps or how to use the Twilio Message SID within Vapi.
k
Hey, really sorry for your experience and for your customers' bad experience as well. If possible, could you record a loom video describing this error/behavior or inconsistency in the dashboard with the steps to reproduce it? That way, I can share this with my team, and we'll take a look. We'll even try to reproduce the same so we can fix it for you. Also, I'll request you to share your phone number ID.
5 Views