[Asterisk-java-users] error: "SEVERE: Unable to handle ResponseEvent without internalActionId:"
Brought to you by:
srt
From: Ron S. <rse...@gm...> - 2006-03-13 16:58:23
|
Hi, I'm successfully using the asterisk-java manager interface to listen for events. Everything works great. There seems to be an underlying problem, however, with an event generated by Asterisk that generates this error: Mar 13, 2006 9:50:07 AM net.sf.asterisk.util.impl.JavaLoggingLog error SEVERE: Unable to handle ResponseEvent without internalActionId: net.sf.asterisk.manager.event.QueueMemberStatusEvent: dateReceived=3DMon Mar 13 09:50:07 CST 2006; privilege=3Dagent,all; systemHashcode=3D7668057 It definitely is related to QueueMembers, as it is in direct correlation to the number of agents listed in the queue (regardless of them being logged in or out). If I have 4 agents, I'll receive the error 4 times in a row. Also, I tried enabling and disabling eventwhencalled=3Dyes eventmemberstatusoff=3Dno within the queue, but the event is still being seen by asterisk (I restarted the Asterisk service just to make sure all changes took effect as well). The event is triggered when a call is placed to the queue. I'm running Asterisk 1.2.5, so my thought is maybe there's a new event that is now included w/ asterisk? TIA! -Ron |