Re: [Asterisk-java-users] getMeetMeRooms() Problem
Brought to you by:
srt
From: Martin S. <ma...@be...> - 2007-11-07 21:25:46
|
> 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? It probably could, if there's a manager event that gives this information (I don't use MeetMe much). If you can figure 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 during an event handler. See the list archives for at least 3 recent 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 |