Re: [Asterisk-java-devel] Some small issues with Queue events.
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2006-01-10 10:37:00
|
Hi Walter, thanks for your input. > 1. Error from DefaultManagerConnection. > The above seems to be caused by the fact that the QueueMemberStatusEven= t > was NOT a ResponseEvent (ie., no command was issued to the Manager to > raise the event). I didnt notice that the same event is sometimes used by Asterisk for different things. Now I just disabled the error log for this case. > 2. Error regarding AgentLoginEvent: > AgentLoginEvent has a member =93LoginChannel=94 but the event has the f= ield > =93Channel=94. This causes a =93missing setter=94 error. Changing the f= ield (and > the getter/setter) seems to fix this. I fixed the getter/setter and deprecated the old ones. If you dont mind please test the lastest version from CVS to verify the fixes work correctly. =3DStefan |