[Asterisk-java-users] AsteriskQueue observer and Park events fixes
Brought to you by:
srt
From: Gaetan M. <gm...@ea...> - 2007-01-29 02:19:09
|
Hi Stefan Here are some modification you might maybe find usefull ? Patch is against trunk. */ Added AsteriskQueueListener observer to have a callback when new channels come in/out a queue. */ Added missing setters in Park-related events (Unpark & Givup were missing uniqueId, callerID, ...) and make full use of already present abstract class. */ Added a fake setter "setUnqiueid" to workaround a typo in the manager event for ParkedCallEvent. Regards Gaetan |