-
Notifications
You must be signed in to change notification settings - Fork 37
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
Multiple calls handling #14
Comments
Why do you say that? One presumes the audiosocket server can handle more than one socket connection at a time, and each call in Asterisk gets its own execution routine. |
I say that, because I tried using it, AudioSocket client can only handle one connection, while blocking the whole dial plan until the playback has finished. Try it yourself. 😎 |
This is used in many places and with high volumes. So far as i am aware, nothing in one asterisk call thread can block another, but i certainly have not had it happen with AudioSocket. |
there are two examples. Use multithreaded example for more than one channel. |
If you use exact this dialplan for testing I think issue is in the same uuid you use to call Audiosocket() |
Is this true that audiosocket can only process one call at a time?
This configuration only allows one caller at a time to listen to the audio stream, second caller has to wait until the first one hangs up or stream ends playing.
The text was updated successfully, but these errors were encountered: