Hello, I have MeetMe rooms generated dynamically and it always have two people inside that are entered by dialplan. I wish to make in some way a timeout mechanism that after X amount of time, it will disconnect the users and kick them out of the conference. How can I do such thing ? Thanks, Ido -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090601/a4ef15b4/attachment.htm
Danny Nicholas
2009-Jun-01 15:22 UTC
[asterisk-users] MeetMe and setting conference timeout
Write an AGI to hangup the users using Asterisk Manager. If you're the ambitious type, you could do it with grep and awk from the dialplan; just hangup the appropriate channels. _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of ik Sent: Monday, June 01, 2009 4:44 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] MeetMe and setting conference timeout Hello, I have MeetMe rooms generated dynamically and it always have two people inside that are entered by dialplan. I wish to make in some way a timeout mechanism that after X amount of time, it will disconnect the users and kick them out of the conference. How can I do such thing ? Thanks, Ido -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090601/ec13c1dd/attachment.htm
Tilghman Lesher
2009-Jun-01 18:45 UTC
[asterisk-users] MeetMe and setting conference timeout
On Monday 01 June 2009 04:43:43 ik wrote:> I have MeetMe rooms generated dynamically and it always have two people > inside that are entered by dialplan. > > I wish to make in some way a timeout mechanism that after X amount of time, > it will disconnect the users and kick them out of the conference. > How can I do such thing ?If you upgrade to Asterisk 1.6.0, you have those features as an intrinsic part of the realtime integration. -- Tilghman
Carlos Chavez
2009-Jun-01 18:53 UTC
[asterisk-users] MeetMe and setting conference timeout
Is there a README file with the new Realtime SQL table definition for Meetme? On Mon, 2009-06-01 at 13:45 -0500, Tilghman Lesher wrote:> On Monday 01 June 2009 04:43:43 ik wrote: > > I have MeetMe rooms generated dynamically and it always have two people > > inside that are entered by dialplan. > > > > I wish to make in some way a timeout mechanism that after X amount of time, > > it will disconnect the users and kick them out of the conference. > > How can I do such thing ? > > If you upgrade to Asterisk 1.6.0, you have those features as an intrinsic part > of the realtime integration. >-- Telecomunicaciones Abiertas de M?xico S.A. de C.V. Carlos Ch?vez Prats Director de Tecnolog?a +52-55-91169161 ext 2001 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20090601/3172c1c4/attachment.pgp
Tilghman Lesher
2009-Jun-01 19:25 UTC
[asterisk-users] MeetMe and setting conference timeout
On Monday 01 June 2009 13:53:22 Carlos Chavez wrote:> Is there a README file with the new Realtime SQL table definition for > Meetme? > > On Mon, 2009-06-01 at 13:45 -0500, Tilghman Lesher wrote: > > On Monday 01 June 2009 04:43:43 ik wrote: > > > I have MeetMe rooms generated dynamically and it always have two people > > > inside that are entered by dialplan. > > > > > > I wish to make in some way a timeout mechanism that after X amount of > > > time, it will disconnect the users and kick them out of the conference. > > > How can I do such thing ? > > > > If you upgrade to Asterisk 1.6.0, you have those features as an intrinsic > > part of the realtime integration.There is not, but I just updated the documentation, when I saw the original message in this thread. You can find the updated documentation here: http://svn.digium.com/svn/asterisk/branches/1.6.0/contrib/scripts/meetme.sql The new documentation should be in the next release of 1.6.0. -- Tilghman
On Mon, 2009-06-01 at 10:22 -0500, Danny Nicholas wrote:> Write an AGI to hangup the users using Asterisk Manager. If you?re > the ambitious type, you could do it with grep and awk from the > dialplan; just hangup the appropriate channels.Wow... that sure sounds like complicated overkill to me. Why not just set an absolute timeout on the channels? Something like: exten => 123,1,Set(TIMEOUT(absolute)=3600) exten => 123,n,MeetMe(blah,d) -- Jared Smith Training Manager Digium, Inc.
JR Richardson
2009-Jun-01 22:13 UTC
[asterisk-users] MeetMe and setting conference timeout
> I wish to make in some way a timeout mechanism that after X amount of time, > it will disconnect the users and kick them out of the conference. > How can I do such thing ?This is from my realtime extensions, database formatted. Set the TIMEOUT(absolute)=value to whatever you like in seconds. This will kick this user out after 2 hours. incomingconf 136 1 Answer incomingconf 136 2 Set TIMEOUT(absolute)=7200 incomingconf 136 3 Wait 1 incomingconf 136 4 MeetMe 136|Mcp| incomingconf 136 5 Playback vm-goodbye incomingconf 136 6 Hangup JR -- JR Richardson Engineering for the Masses