I keep getting the following message whenever an AMI call is made: asteriskjava.manager.internal.EventBuilderImpl.buildEvent(EventBuilderIm pl.java:296) No event class registered for event type 'localbridge', Tried adding an event listener. Anyone know how to fix this? Thanks Murthy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131030/38e4d915/attachment.html>
Yes, there seems to be no support for the Localbridge event. You need to derive a class like public class LocalbridgeEvent extends LinkageEvent and add whatever is necessary. You probably have to add more classes like this to take care of the recent changes of the AMI interface. Maybe you can get away by duplicating the classes for the Link and Unlink events and give them proper names. jg