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

Support for Multiple Numbers #585

Closed
wmt-raj-mobile opened this issue Feb 14, 2024 · 6 comments
Closed

Support for Multiple Numbers #585

wmt-raj-mobile opened this issue Feb 14, 2024 · 6 comments

Comments

@wmt-raj-mobile
Copy link

I am currently using this library to build an application that involves receiving calls. However, I have encountered a limitation where I can only use a single number for receiving calls. My application requires the capability to handle calls from multiple numbers.

Use Case:
In my scenario, I need the ability to configure the application to receive calls from multiple predefined numbers. This feature would enable developers to create more versatile and inclusive applications that cater to various use cases, such as customer support lines, group communication apps, or any situation where interaction with different numbers is necessary.

@afalls-twilio
Copy link
Contributor

@wmt-raj-mobile quick question, are these numbers you would like to map to one client, twilio numbers or pstn numbers?

@wmt-raj-mobile
Copy link
Author

Yes i have 3 twilio numbers i want to receive call on all three at same time. Currently its working foor 1 only

@afalls-twilio
Copy link
Contributor

afalls-twilio commented Feb 15, 2024

@wmt-raj-mobile yes, so this can be accomplished by modifying your TwiML code associated with your application sid. This can be done from the Twilio Console. The way it could work would be to check the from parameter and route any call with the numbers you want to one, then have your app response to that one number. For more info on TwiML, look here.

@wmt-raj-mobile
Copy link
Author

Can you please elaborate? Do you have more detailed explanation. The Link you have given is not working

@wmt-raj-mobile
Copy link
Author

Is there any update?

@afalls-twilio
Copy link
Contributor

@wmt-raj-mobile updated the link, it should work now..

here is another link about twiml that you might find helpful.
https://www.youtube.com/watch?v=fb0rKmGGyq8

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

2 participants