[Asterisk-java-devel] Some small issues with Queue events.
Brought to you by:
srt
From: Walter S. <Wal...@en...> - 2006-01-06 15:43:11
|
Hi, =20 I noticed the following two issues: =20 1. Error from DefaultManagerConnection. 44715 [ManagerReader] ERROR net.sf.asterisk.manager.DefaultManagerConnection - Unable to handle ResponseEvent without internalActionId: net.sf.asterisk.manager.event.QueueMemberStatusEvent: dateReceived=3DFri Jan 06 13:52:49 CET 2006; privilege=3Dagent,all; = systemHashcode=3D26988606 =20 The above seems to be caused by the fact that the QueueMemberStatusEvent was NOT a ResponseEvent (ie., no command was issued to the Manager to raise the event). =20 2. Error regarding AgentLoginEvent: AgentLoginEvent has a member "LoginChannel" but the event has the field "Channel". This causes a "missing setter" error. Changing the field (and the getter/setter) seems to fix this. =20 Regards, Walter. =20 |