Hi Danny,

Thank you for your prompt response.
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.
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.
Please suggest the another way to doing this.
  

-Thanks !!!

Message: 6

Date: Tue, 25 Sep 2012 13:15:32 -0500
From: "Danny Nicholas" <da...@debsinc.com>
Subject: Re: [asterisk-users] Hand Raise|Meetme Conf
To: "'Asterisk Users Mailing List - Non-Commercial Discussion'"
    <asterisk-users@lists.digium.com>
Message-ID: <00df01cd9b49$c03b44c0$40b1ce40$@debsinc.com>
Content-Type: text/plain;    charset="iso-8859-1"

This might work:
[meetme-with-handraise]
Exten => s,1,meetme(1234,mX5)
Exten => s,n,hangup
Exten => 5,1,meetme(1234)
Exten => 5,2,goto(meetme-with-handraise,s,1)
Exten => I,1,playback(invalid)
Exten => I,n,goto(meetme-with-handraise,s,1)

According to the documentation, if the user presses 5, it should end their
muted session and put them back in a "talking" mode.  You could use X4 to
return them to muted mode by pressing 4.
Haven't tested it, but it's not a difficult thing to try.


-----Original Message-----
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of pankaj pandey
Sent: Tuesday, September 25, 2012 12:56 PM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Hand Raise|Meetme Conf



Hi All,
I am am looking for the below feature of asterisk MEETME. 
I googled a lot but did not find any help.
Any body please suggest, how can we do it.  

Thanks!!! 
------------------------------
On Thu 20 Sep, 2012 3:11 PM EDT pankaj pandey wrote:

>Hi All,
>I have a?scenario where leader is giving a lecture and other participants
are on mute...
>
>At the end of conf , when Q&A session begins is there a way for
participants to raise hands if they have questions so Leader can unmute
them. Is this feature already there?in Meetme conf?? If there then how can
i?implement this.
>
>please?suggest...
>
>?
>Thanks & Regards,
>Pankaj Pandey
>+91-9990212758

--
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to