Re: [Asterisk-java-users] dynamically adding new conference rooms
Brought to you by:
srt
From: Chris H. <ch...@as...> - 2006-03-08 01:26:44
|
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 |