[Home]

Summary:ASTERISK-22139: event.c: Remove as many types as possible and as much dead code as possible
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-07-20 16:54:13Date Closed:2013-08-17 09:49:03
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/General
Versions:12 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In order to not perturb the existing CEL backends, much of the event subsystem has been left alone.

Even still, we should remove as much as possible without breaking CEL backends. This means that:
* Any public methods that are no longer used should be removed
* Any event types that are not used by CEL should be removed
Comments:By: Kinsey Moore (kmoore) 2013-07-24 15:45:41.302-0500

I'm going to add that unused IEs should be removed as well.