-
Notifications
You must be signed in to change notification settings - Fork 54
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
[QUESTION] Multiple incoming calls at one phone number at the same time #266
Comments
@HyxerPyth thanks for reaching out! To provide you the best answer, can I get more details about your setup? Do you have any diagrams that shows what Twilio components you're using and how they relate to each other? |
So, 1. I use ngrok to set up a websocket link. 2. I run python server using quart it uses ngrok link and make it webscoket link.
Also, if it helps, I try to check streamSid on each step where Im getting the audio from twilio, transcribing text, generating the audio for specific streamSid and than use it to send the audio back. That's how my app work. lmk if you need more details. Also the websocket link is always the same for all users that are calling, but streamSid is different. |
The app works perfectly with one user. But, when second caller connects it just keeps sending the audio to the wrong person sometimes |
@HyxerPyth thanks for the details. When you say to and from twilio, are you referring to this twilio voice javascript sdk, or is twilio backend? |
I mean regular twilio phone calls. |
@HyxerPyth are you using Twilio's Media Streams product https://www.twilio.com/docs/voice/media-streams? |
Hi, I'm using Twilio's Media Streams |
Thanks @HyxerPyth . In this case, can you please submit a support ticket using your Twilio account? Our support team should be able to route you to the correct team. |
Got it! Thank you for the response! |
I'm working on application where I need to handle multiple incoming calls and conversations at the same time on one phone number.
I'm building an app where you can talk to an AI. So, im streaming the audio from twilio in order to transcribe text and than I use AI to respond back to customer. But I don't understand how to have multiple conversation with customers on the same phone number at the same time, without any lines and redirections to other phone numbers.
The text was updated successfully, but these errors were encountered: