Re: [Asterisk-java-users] dynamically adding new conference rooms
Brought to you by:
srt
From: g f <gf...@gm...> - 2006-03-08 17:45:35
|
I found the following, but I was just assuming that this was a line that was added in the extensions.conf file and not a CLI: Dynamic conference room, user must input room number to be created: exten =3D> 9999,1, Wait(1) exten =3D> 9999,2,MeetMe(|Md) ; NOTE: If you add the option 'e', * will choose room # for you ;Change the 'd' option to 'D' if you want to have a pin number for the conference Chris, is this what you use? Thanks in advance!! On 3/7/06, Chris Howard <ch...@as...> wrote: > > > On Mar 7, 2006, at 5:22 PM, Stefan Reuter wrote: > > > Hi, > > > > g f wrote: > >> I was interested in allowing users the ability to create new > >> conference > >> rooms. > >> Is there any * to Java classes that will accomplish this? > >> I looked at MeetmeEvents but found nothing that looked promising. > >> Any help is appreciated.. > > > > no there is currently no way to accomplish this through the Manager > > API > > that I am aware of. > > Do you know if its possible through CLI? (I had a quick look but didnt > > find anything either) > > You probably want to use dynamic meetme conferences and manage them > with an external database and not try to add a static conference. We > have built a conferencing system using this approach using AGI for > authentication and it works great. > > Chris > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > |