How many max possible concurrent calls on 1 line?
# general-english
m
I understand that enabling more than 10 concurrent calls requires purchasing additional lines. However, I was wondering—if I have a single Twilio number and I'm paying for hundreds of concurrent lines, is there a limit to how many calls that number can handle at once? Would the bottleneck come from Twilio itself, or is it solely dependent on VAPI and the number of concurrent lines I have available there?
a
i am curious as well.
s
Both actually.
But from Vapi side. You will get 10 concurrency line per org where all the things like inbound, outbound, web calls everything comes under it.
It doesn’t depends on number of phone numbers you have
m
I see thank you!
So i’ve researched and twilio allows 1 call per second and if i try to initiate more than 1 call per second it just queues the call
u
This has probably been asked a thousand times but what does the 11th caller getting terms of message when concurrency is reached?
m
Not sure they probably won’t get the call ahahah and the api will return an error. Maybe no message?
u
im guessing the vapi api just refuses the Twilio (or other) webhook connection so you should (in theory) get a programable TWIML message back to the user if its inbound, if its outbound i guess it doesn't make the call and returns and error webhook message.
i just attempted to test this by firing off 11 inbound calls and then a second later 11 more inbound calls (max duration 10 seconds in the config for each assistant) - total 22 ongoing - all call connected and were processed as normal... so i couldn't test my theory of a api fail so i could reroute using Twilio... which is a shame, but interesting in itself. @AiTitus :) @Sahil
a
Yes interesting I have hit limits at 10 simultaneous inbounds active
run, and run... all processed... all worked... Funny story, whilst i was testing this i made a mistake and i made two of the same assistant call each other for ten mins
do you use Twilio? do you know what happend so the 11 tha call? id like to redirect them to a mesage bank.. but i cant replicate it
2 Views