Hi, I create Chat room with MEETME and now I have a problem. I want that the host of the room could identify the participants in the room by their speech, so that if a participant uses language the host could kick him from the room. Is there a way to do it? thanks. Eyal Mahalal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111206/391c9334/attachment.htm>
??? From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Eyal Sent: Tuesday, December 06, 2011 11:04 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Talk detection in meetme Hi, I create Chat room with MEETME and now I have a problem. I want that the host of the room could identify the participants in the room by their speech, so that if a participant uses language the host could kick him from the room. Is there a way to do it? thanks. Eyal Mahalal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111208/6eb10f28/attachment-0001.htm>
Eyal Mahalal wrote:> I create Chat room with MEETME and now I have a problem. > I want that the host of the room could identify the participants in the room by their > speech, so that if a participant uses language the host could kick him from the room. > Is there a way to do it?This is one of the features of the monitor page in Web-MeetMe. The key components are: 1. A web page that refreshes every x seconds. 2. Configuring Asterisk Manager interface to allow connections. 3. Code to connect to the manager interface an list the callers. a. I use PHPAGI in WMM, but there are other libraries to choose from. Dan