<html><body><div style="color:#000; background-color:#fff; font-family:verdana, helvetica, sans-serif;font-size:10pt"><div style="font-family: verdana, helvetica, sans-serif; font-size: 10pt; "><span style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">Hi </span><span style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; ">Danny,</span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal; "><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal; ">Thank you for your prompt response.</div><div style="background-color: transparent; "><font face="times new roman, new york, times, serif">The way you are suggesting is great . Infect asterisk have its own
functionality that if user presses *1 during meetme conferencing asterisk automatically unmute that user and user comes in talking mode.But it is not fulfill my need.</font></div><div style="background-color: transparent; "><span style="background-color: transparent; "><font face="times new roman, new york, times, serif">There is and issue that if 3-4 user presses *1 at the same time than how can i decide that who is asking the question and how can we manage that situation.</font></span></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; font-style: normal; "><span style="background-color: transparent; ">Please suggest the another way to doing this.</span></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; font-style: normal; "><span style="background-color:
transparent; "> </span><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal; ">-Thanks !!!</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal; "><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal; "><span style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">Message: 6</span><br></div><div style="font-family: verdana, helvetica, sans-serif; font-size: 10pt; "><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">Date: Tue, 25 Sep 2012 13:15:32 -0500<br>From: "Danny Nicholas" <<a ymailto="mailto:danny@debsinc.com"
href="mailto:danny@debsinc.com">danny@debsinc.com</a>><br>Subject: Re: [asterisk-users] Hand Raise|Meetme Conf<br>To: "'Asterisk Users Mailing List - Non-Commercial Discussion'"<br> <<a ymailto="mailto:asterisk-users@lists.digium.com" href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>><br>Message-ID: <00df01cd9b49$c03b44c0$40b1ce40$@debsinc.com><br>Content-Type: text/plain; charset="iso-8859-1"<br><br>This might work:<br>[meetme-with-handraise]<br>Exten => s,1,meetme(1234,mX5)<br>Exten => s,n,hangup<br>Exten => 5,1,meetme(1234)<br>Exten => 5,2,goto(meetme-with-handraise,s,1)<br>Exten => I,1,playback(invalid)<br>Exten => I,n,goto(meetme-with-handraise,s,1)<br><br>According to the documentation, if the user presses 5, it should end their<br>muted session and put them back in a "talking" mode. You could use X4 to<br>return them to muted mode by
pressing 4.<br>Haven't tested it, but it's not a difficult thing to try.<br><br><br>-----Original Message-----<br>From: <a ymailto="mailto:asterisk-users-bounces@lists.digium.com" href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>[mailto:<a ymailto="mailto:asterisk-users-bounces@lists.digium.com" href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of pankaj pandey<br>Sent: Tuesday, September 25, 2012 12:56 PM<br>To: <a ymailto="mailto:asterisk-users@lists.digium.com" href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><br>Subject: [asterisk-users] Hand Raise|Meetme Conf<br><br><br><br>Hi All,<br>I am am looking for the below feature of asterisk MEETME. <br>I googled a lot but did not find any help.<br>Any body please suggest, how can we do it. <br><br>Thanks!!! <br>------------------------------<br>On Thu 20
Sep, 2012 3:11 PM EDT pankaj pandey wrote:<br><br>>Hi All,<br>>I have a?scenario where leader is giving a lecture and other participants<br>are on mute...<br>><br>>At the end of conf , when Q&A session begins is there a way for<br>participants to raise hands if they have questions so Leader can unmute<br>them. Is this feature already there?in Meetme conf?? If there then how can<br>i?implement this.<br>><br>>please?suggest...<br>><br>>?<br>>Thanks & Regards,<br>>Pankaj Pandey<br>>+91-9990212758<br><br>--<br><br> </div> </div> </div></body></html>