[Asterisk-java-users] unhandled events
Brought to you by:
srt
From: Andy B. <and...@pr...> - 2008-06-05 13:26:16
|
I'm using asterisk-java-1.0.0-20080604.214555-170 and seeing several unhandled events, such as 05-Jun-2008 14:11:04 org.asteriskjava.manager.internal.EventBuilderImpl buildEvent INFO: No event class registered for event type 'varset', attributes: {uniqueid=1212670244.39, event=VarSet, privilege=dialplan,all, value=SUCCESS, variable=AGISTATUS, channel=SIP/gradwell-out1-02495290}. Please report at http://jira.reucon.org/browse/AJ 05-Jun-2008 14:09:57 org.asteriskjava.manager.internal.EventBuilderImpl buildEvent INFO: No event class registered for event type 'rtcpsent', attributes: {dlsr=57662.8420 (sec), fractionlost=0, iajitter=0.0029, cumulativeloss=0, sentrtp=18088, ourssrc=1551750496, theirlastsr=0, event=RTCPSent, privilege=reporting,all, sentoctets=15840, sentpackets=99, sentntp=1212670270.3452047360}. Please report at http://jira.reucon.org/browse/AJ 05-Jun-2008 14:11:04 org.asteriskjava.manager.internal.EventBuilderImpl buildEvent INFO: No event class registered for event type 'rtpreceiverstat', attributes: {receivedpackets=4608, ssrc=240272389, rrcount=4, lostpackets=0, event=RTPReceiverStat, privilege=reporting,all, jitter=0.0013, transit=0.0000}. Please report at http://jira.reucon.org/browse/AJ 05-Jun-2008 14:11:04 org.asteriskjava.manager.internal.EventBuilderImpl buildEvent INFO: No event class registered for event type 'usereventivrreply|callid: 1|userresponse: t', attributes: {userevent=ivrReply|callId: 1|userResponse: T, event=UserEvent, privilege=user,all}. Please report at http://jira.reucon.org/browse/AJ The last one corresponds to my custom userevent used to report call status back to my main app, should the others be handled somehow, or gracefully ignored? Or perhaps I've enabled too many events in manager.conf with read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan write = system,call,agent,user,config,command,reporting,originate |