Simultaneously Calls
# support
f
I tired to do 2 calls at the same time (make.com API Call), but only one goes through. I use a twilio imported number - so I think 10 calls should be possible at the same time. How can I make sure that I can do 2-10 calls at the same time? Thanks!
v
To enable 2-10 simultaneous calls, check and increase your Vapi concurrency limit: Go to your [Vapi Dashboard billing settings](https://dashboard.vapi.ai/settings/billing), find your current concurrency limit, and upgrade it if needed. Twilio supports multiple calls, but Vapi limits how many can be active at once—raising this limit will allow more concurrent calls to go through. Source: - [Call queue management with Twilio](https://docs.vapi.ai/calls/call-queue-management)
f
the concurrency limit is 10, so it should work
v
Only 1 concurrent call per Twillio number by default - this is a Twillio setting and you can increase a concurrency limit in their settings but it is an account wide and not number scoped setting and it costs extra
l
It sounds like your issue is caused by concurrency limits rather than the Twilio number itself — even though a Twilio number can support multiple outbound calls, your Make.com scenario or API module may only allow one execution at a time. To enable 2–10 simultaneous calls, you need to increase the scenario’s maximum concurrent runs in Make.com, ensure the HTTP/API module isn’t set to “sequential” mode, and verify that your Twilio account has no call-rate restrictions or voice concurrency caps. Once concurrency is enabled on both Make.com and Twilio, multiple calls will be triggered and processed at the same time without blocking each other.
v
Go to Voice → Settings → General → Calls per second (CPS) and raise the value
f
thanks!
l
Is your problem solved or not ?
@fisch3r
f
Solved. Was Not Able to change the unsolved to solved Button
l
okk great
@fisch3r
2 Views