Un-top-posting... > [mailto:[email protected]] On Behalf Of Kurian > Thayil Sent: Wednesday, June 03, 2009 11:22 PM > > I am looking for an option in Meetme or similar which will enable to > skip to next priority (a voicemail) if the person in Meetme conference > is alone and if he is there for some time (say 3 minutes)? Any hints on > this? Thanks in advance.
On Thu, 4 Jun 2009, Danny Nicholas wrote: > There was a nice post earlier this week about timing out a meetme > conference. You could combine that information with an AGI to monitor > the meetme room and kick out after the timeout if the user count did not > change. I did this in 1.2 by hacking on app_meetme.c. The "feature" was: If an agent was disconnected, start a timer so that if the agent (or supervisor) didn't [re-]join within 15 seconds, then kick the caller to the next step in the dialplan. I added the code to conf_run() (an ugly 1,000 line function) to detect when the caller was "lonely." Looking at the code now (several years later) I realize I added my "lonely_timeout" to conf_run() instead of to the ast_conf_user structure so the timer was shared amongst all callers -- oops. Thanks in advance, ------------------------------------------------------------------------ Steve Edwards [email protected] Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000 _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
