Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Support twilio multiple incoming calls at the same time?

Tags:

twilio

It's simple, I would like to use Twilio to connect calls with a different departments by a menu. This is simple.

But I would like to confirm if it's possible to receive more than one call at the same time and redirect to the correct number via Menu (if someone press 1 --> will be redirect to a XXX number, without hang out the first call, if the next person press 2 --> will be redirect to other number)

I am using OpenVBX to manage the numbers and the workflows.

Thanks

like image 696
user2984081 Avatar asked Jan 10 '23 02:01

user2984081


1 Answers

Twilio developer evangelist here.

If you get two calls on a Twilio number at the same time, you have nothing to worry about, they will be handled as two separate calls. So, if you build up a menu, then each call will go through it independently and be directed on to the number they choose from the menu.

I hope this helps, please let me know if you have any other questions!

like image 80
philnash Avatar answered Feb 14 '23 07:02

philnash