Unable to get a free VAPI phone number
# support
s
I have (2) Organization under my account. I am unable to get a free VAPI phone number for one of the org. Hitting the “Create” button > loading spinner and then nothing. Email: Shawnmi6@outlook.com Issue Org ID: 21a900cc-9d92-4c04-aad6-1ae884982479
v
Based on the information I found, there could be a limit on the number of free phone numbers per organization. Each organization can have up to 10 free numbers. Try these steps: 1. Check if you've reached the limit - Verify if your organization already has 10 free numbers 2. Clear browser cache - Try clearing your browser cache or using incognito mode 3. Contact support - If the issue persists, contact support at support@vapi.ai with your Org ID Sources: - [VAPI Free Telephony Documentation](https://docs.vapi.ai/free-telephony) - [Discord Discussion on Free Number Limits](https://discord.com/channels/1211482211119796234/1339646601894957158)
s
I have not reached the limit of 10. I did try to clear my cache, but no luck.
c
Hey, really sorry for your experience. 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.
m
c
try using a 954 area code
m
P.S. With Console open
Using 954:
I figured out the problem. Went to the network tab under developer tools. The POST to https://api.vapi.ai/phone-number with application/json payload: {provider: "vapi", numberDesiredAreaCode: "703"} returned status code 400 and this payload { "message": "This area code is currently not available. Hint: Try one of 830, 719, 417.", "error": "Bad Request", "statusCode": 400 }
When I tried again using area code 830 it created a phone number just fine. So the problem is that the client (React, I assume) doesn't catch the 400 code and open a message or how ever VAPI handles user notifications.
c
wow great work! I will inform the team responsible for the UI to add that into a future update. glad you figured it out