[Home]

Summary:ASTERISK-13687: [patch] Added new event class bridge
Reporter:Jim Dickenson (jimdickenson)Labels:
Date Opened:2009-03-03 11:15:06.000-0600Date Closed:2009-06-26 15:52:46
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) bridge.diff
Description:There are many events that are returned for event class call and I only needed to have the bridge and unlink events. I therefore created a new class named bridge that returns only those events to reduce the number of events that were exchanged.

****** ADDITIONAL INFORMATION ******

Edit: Code removed (Leif)
Comments:By: Leif Madsen (lmadsen) 2009-03-03 11:37:10.000-0600

I have removed the inline code on this issue because you must attach a unified diff patch as an attachment to the issue. This way it will be controlled via our license server. Thanks!

By: Russell Bryant (russell) 2009-06-26 15:52:46

Thank you very much for your contribution.

On this one, I don't think the benefits outweigh the costs here.  By moving events to a new class like this, we break existing configurations.  Luckily, this patch is small enough that it should be easy enough to maintain for your own needs.

In a future manager interface, improving the client's ability to choose what events they get is certainly on the list of things to do.

Thanks again.