[Asterisk-java-users] getMeetMeRooms() Problem
Brought to you by:
srt
From: Michael Y. <mic...@i9...> - 2007-11-07 18:12:32
|
Hello, Ive been having a strange problem with using getMeetMeRooms() from the Live implementation of AsteriskServer. I am attempting to get the state of the conference rooms after I have connected to the manager, but I always get an empty collection. I have tried both 0.3.0 and 0.3.1 and they both have the same behavior. Here is an example: -3 extensions(100,101,102) Call into the static MeetMe room 1234 -I start my application which connects to the manager and queries the MeetMe rooms via getMeetMeRooms() which returns an empty collection. -I then hang up extension 100 when I do this 3 onNewMeetMeUser events fire for all 3 extensions and then a Leave state event fires for the extension that was hung up. I have tried restarting my asterisk server with no effect. Is Asterisk-Java unable to query MeetMe state on connect? If so is there a way I can modify Asterisk-Java to do this? Thank You, Mike |