mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +00:00
Add CEL local optimization record type
This adds a new CEL event type, AST_CEL_LOCAL_OPTIMIZE, to represent local channel optimizations. Local channel optimizations were one of several things conveyed by the now defunct BRIDGE_UPDATE event type. This also adds a unit test to test generation of this new CEL event. Review: https://reviewboard.asterisk.org/r/2676/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394870 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -87,6 +87,8 @@ enum ast_cel_event_type {
|
||||
AST_CEL_FORWARD = 25,
|
||||
/*! \brief a bridge turned into a conference and will be treated as such until it is torn down */
|
||||
AST_CEL_BRIDGE_TO_CONF = 26,
|
||||
/*! \brief A local channel optimization occurred */
|
||||
AST_CEL_LOCAL_OPTIMIZE = 27,
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user