Re: [Asterisk-java-users] getMeetMeRooms() Problem
Brought to you by:
srt
From: Martin S. <ma...@be...> - 2007-11-07 21:56:31
|
I suggest you use telnet or sniff the traffic or turn debugging on, and see what data is passed when Asterisk-Java finds out. I'm sure there's an explanation which is along the lines of some event delivering the information. If you're not familiar with log4j, set the 'log4j.debug' property to 'true'. You may have to give some root categories or something too -- I don't fiddle much with it in AJ and couldn't tell you off the top of my head. Martin Smith, Systems Developer ma...@be... Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221=20 =20 > -----Original Message----- > From: ast...@li...=20 > [mailto:ast...@li...] On=20 > Behalf Of Michael Yara > Sent: Wednesday, November 07, 2007 4:48 PM > To: ast...@li... > Subject: Re: [Asterisk-java-users] getMeetMeRooms() Problem >=20 > To my knowledge there is no action that you can send to the=20 > Manger that=20 > will give me this information. Asterisk-Java must be using some other=20 > means to get the information on the other users. The question is what=20 > and how can I take advantage of this on connect. >=20 > Mike >=20 > Martin Smith wrote: > >> What I really don't understand is in my original example how does=20 > >> Asterisk-Java know instantly about the other MeetMe users=20 > >> when only one=20 > >> is firing a manager MeetMeLeaveEvent? > >> Is it parsing the MeetMe command? If so why cant it do this=20 > >> on connection? > >> =20 > > > > It probably could, if there's a manager event that gives this > > information (I don't use MeetMe much). If you can figure=20 > out that event, > > send it upon connection :). > > > > Also, note that if you mix the APIs without using different threads > > you'll get a deadlock when you try to execute an action=20 > during an event > > handler. See the list archives for at least 3 recent=20 > examples of this > > and solutions (ManagerProxyEventListener, I think?). > > > > Cheers, > > > > Martin Smith, Systems Developer > > ma...@be... > > Bureau of Economic and Business Research > > University of Florida > > (352) 392-0171 Ext. 221=20 > > > >=20 > -------------------------------------------------------------- > ----------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX=20 > and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Asterisk-java-users mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > =20 >=20 > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and=20 > a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >=20 |