Hi, > -----Original Message----- > I have been beating my head against a wall trying to figure > out how I would implement a separate moderator code and > participant code for the same conference using meetme, the > deal is I dont want the participants to be able to join until > the moderator is in the conference. > > Is it possible to do this using the apps as they are , or is > their a way to use an Agi script, is that the only way?
Simple extension logic is enough to do this: >From a certain extension or with a special pincode or whatever, have moderator access. Be sure to set a database entry (/MMModerator/Roomnr/ = 1) before accessing the MeetMe. For all others, first check this database entry. Only access MeetMe if the flag is set. Something like this ? There are many other ways to achieve this goal. You have to choose the approach that suits you best :-) Florian _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
