[Asterisk-java-users] Queues in live api
Brought to you by:
srt
From: <gm...@ea...> - 2007-10-22 16:35:46
|
Hi Stefan Here is another bit of code I use for some time now and that maybe you might consider including ? It provides a more complete queue implementation in the live api, with listeners interfaces on server, queues, queue entries and channels property changes. It is somehow similar to your MeetMeRoom implementation. I just merged it against head (... for the third time... I wish I had sent this earlier) and performed some tests to confirm it's still working. Anyway, I hope I have not broken anything else during the merge (QueueMembers and recently timers have arrived in the interim, but most of the work was only due to a heavy coding style change ?) The patch is not too intrusive I think. For old code, the only modification should be that the queue entries are now wrapped in a QueueEntry object. Kind regards Gaetan |