Moe
04/14/2025, 1:42 AMVapi Support Bot
04/14/2025, 1:44 AMphone_number
(with the underscore) as you've correctly identified ([source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334658296291921920))
- Phone numbers should be in E.164 format with the country code (e.g., +16463294210)
- Vapi has E.164 validation enabled, which checks if the phone number is properly formatted ([source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338961731367604284))
## Potential Causes for "Phone number is required" Error
1. **US Number Restrictions**: Vapi has some limitations regarding phone numbers:
- Only US phone numbers can be directly created through Vapi ([source](https://docs.vapi.ai/quickstart/phone/inbound))
- Vapi numbers can only call US and Canada numbers ([source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336713212233515089))
- Some users reported their issues were "somehow solved when I changed numbers to call to US numbers" ([source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336713212233515089))
2. **Phone Number Formatting Issues**:
- The API might be defaulting to the US country code (+1) if it's not receiving the correct format ([source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336921030433833060))
- Check if your automation or export process is inadvertently modifying the numbers
## "Make a Call" Button Disabled
Several potential causes:Vapi Support Bot
04/14/2025, 1:44 AMcss
.vapi-btn {
z-index: 1000 !important;
}
([source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1329911977874555041))
2. **Configuration Setting**: Try setting endCallFunctionEnabled
to true in your dashboard ([source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1313293840580612166))
3. **Concurrency Limits**: Ensure you're not exceeding any concurrency limits set by your Add Ons Concurrency Lines ([source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333508496456417415))
## Troubleshooting Steps
1. Try manually creating a simple CSV with just one US number in the correct format
2. Ensure your CSV is properly UTF-8 encoded without any BOM (Byte Order Mark)
3. Check browser developer tools for any network errors during upload
4. Try clearing browser cache and disabling extensions
5. Verify your Twilio integration settings if you're using Twilio
Would you like me to help with any specific part of this issue in more detail?
Sources:
- [Discord conversation about phone_number header](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334658296291921920)
- [Discord conversation about E.164 validation](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338961731367604284)
- [Vapi documentation on phone number creation](https://docs.vapi.ai/quickstart/phone/inbound)
- [Discord conversation about US number restrictions](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336713212233515089)
- [Discord conversation about phone number formatting](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336921030433833060)Vapi Support Bot
04/14/2025, 1:44 AMMoe
04/14/2025, 1:59 AMVapi Support Bot
04/14/2025, 2:00 AMMoe
04/14/2025, 12:54 PMShubham Bajaj
04/14/2025, 1:13 PMMoe
04/14/2025, 1:29 PMMoe
04/14/2025, 4:45 PMarthur
04/14/2025, 9:09 PMcustomer.number
per our API doc - https://docs.vapi.ai/api-reference/calls/create#request.body.customers.number