Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voice call to multiple phone numbers at a single API call #21

Open
tobslob opened this issue Apr 19, 2021 · 6 comments
Open

Voice call to multiple phone numbers at a single API call #21

tobslob opened this issue Apr 19, 2021 · 6 comments

Comments

@tobslob
Copy link

tobslob commented Apr 19, 2021

Do Twilio voice call API support multiple voice calls at the same time or map concurrently through the API to send out multiple calls?

@bobiechen-twilio
Copy link

Hi @tobslob

Thanks for reaching out.
Trying to understand your question correctly - are you trying to set up and have multiple concurrent calls at the same time? It would be great if you could share more detail about your use case (also the platform, e.g. mobile or JS, rtc.

@tobslob
Copy link
Author

tobslob commented Apr 21, 2021

Yes, I want to able to call 10, 000 phone numbers at the same time or concurrently, and they should able to pick up the calls and listen to the TwiML.

@tobslob tobslob changed the title Voice call to multiple numbers at once Voice call to multiple phone numbers at a single API call Apr 21, 2021
@bobiechen-twilio
Copy link

Thanks @tobslob. Both Conference and Call APIs (or TwiML verbs) allow reaching to multiple clients at the same time.
For Conference, check out the Participant Resource API.
As for the Call API, Twilio Programmable Voice allows applications to setup multiple client device (JS) or register mobile client push notification bindings with the same identity. All devices will ringing when a Call is made to this client identity, but only one of them can answer/reject the call.

For detailed help to set up your application logic, please contact Twilio Support.

@tobslob tobslob closed this as completed Apr 29, 2021
@tobslob tobslob reopened this Apr 29, 2021
@tobslob
Copy link
Author

tobslob commented Apr 29, 2021

What's the best option to explore if I want to able to send out multiple calls up to 10,000 and I want them to listen to the same TwiML verbs?

@bobiechen-twilio
Copy link

The best way for all clients be able to join (listen) to the same TwiML would be to create a room and send the conference SID to the clients via whichever communication channels that work for your application logic, e.g. regular push notification or websocket.

@hamayun53
Copy link

@bobiechen-twilio
Hi buddy!
I have a use case, I am working on a mobile application and I want to register more than one number for a single device in such a way to make user able to recieve call and message on any of te Twillio registered number which is associated with our mobile application on the device.

How to make this possible, kindly guide me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants