Sean wrote: > Tilghman Lesher wrote: >> On Saturday 16 May 2009 08:21:43 sean darcy wrote: >>> With 1.6.1, I'm trying to set up a test of meetme for creating dynamic >>> conferences.
<Trimmed> >>> I don't want the conference to stay up forever, since I'd like new pin's >>> each time. >>> >>> This should be a common use case. How do you do it? >> >> In Asterisk 1.6, user DEA contributed realtime capabilities to MeetMe, which >> allows the capability of scheduling conferences, with new pins each time. I >> believe this would meet the needs your question has posed. >> > I using 1.6.1. 'core show application meetme' doesn't have anything on > realtime. I found > http://www.voip-info.org/wiki/view/Asterisk+RealTime+MeetMe but that's > just a stub. > Any references available. I should point out that I (DEA) did not contribute the basic RealTime support in app_meetme. I added the scheduling and resource limit features, and the option to store the conference flags in the database table. You will want to understand the basics of Asterisk's RealTime features to get started. Basic support for RealTime conferences can be had by using the database table defined in contrib/scripts/meetme.sql The scheduling features require a more complex database table that I was sure that I included in the contribution, but I do not see it in SVN. The correct db table is available in the Web-MeetMe package, which is a front-end to manage the database and active conferences. It is hosted at https://sf.net/projects/web-meetme I am behind schedule to release a package for 1.6.1, and I need to submit the database table to Mantis so it can be added to future release packages. Dan _______________________________________________ -- 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
