Ruddy Gbaguidi
2013-Dec-04 09:06 UTC
[asterisk-users] Unmute all users in Meetme conference as admin
Hi, I setup an MeetMe conference. So, the admin user calls and enter the conference in talk/listen mode. (Options : dAaxs) Then other users call the same conference and enters in muted mode (options: dlmx) How can the admin user decide, when he is ready to let everybody speaks ? I didn't find such option in the admin menu. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131204/69900db7/attachment.html>
Ruddy Gbaguidi
2013-Dec-04 09:35 UTC
[asterisk-users] Unmute all users in Meetme conference as admin
I think I found it reading the code. It is *83 to unmute everybody. Thanks From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Ruddy Gbaguidi Sent: 2013-12-04 04:07 To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [asterisk-users] Unmute all users in Meetme conference as admin Hi, I setup an MeetMe conference. So, the admin user calls and enter the conference in talk/listen mode. (Options : dAaxs) Then other users call the same conference and enters in muted mode (options: dlmx) How can the admin user decide, when he is ready to let everybody speaks ? I didn't find such option in the admin menu. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131204/0d6689fa/attachment.html>
Tech Support
2013-Dec-04 15:31 UTC
[asterisk-users] Unmute all users in Meetme conference as admin
Have you thought of using the app_konference module? You can find it here: http://sourceforge.net/projects/appkonference. You can configure many of the options with the dialplan switches, there's a simple but functional web page to monitor all of the conferences and attendees (mute, unmute, kick, etc), and a PERL script that's used to control everything such as logins/logouts/process DTMF, etc. Plus, it doesn't require a timing source. I really like the ability to modify the PERL script to do what I want. I pretty much rewrote the whole PERL script for a custom application for a customer. Right now he routinely handles 100 attendee conferences on some low-end piece of crap PC without issue, although more memory would be helpful. We're getting ready to test a bigger server that will accommodate 500 users. Something to consider. Regards; John V From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Ruddy Gbaguidi Sent: Wednesday, December 04, 2013 4:07 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [asterisk-users] Unmute all users in Meetme conference as admin Hi, I setup an MeetMe conference. So, the admin user calls and enter the conference in talk/listen mode. (Options : dAaxs) Then other users call the same conference and enters in muted mode (options: dlmx) How can the admin user decide, when he is ready to let everybody speaks ? I didn't find such option in the admin menu. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131204/b5c2dd6e/attachment.html>