summaryrefslogtreecommitdiff
path: root/include/asterisk/cel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/cel.h')
-rw-r--r--include/asterisk/cel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/cel.h b/include/asterisk/cel.h
index d17568824..394c0667d 100644
--- a/include/asterisk/cel.h
+++ b/include/asterisk/cel.h
@@ -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,
};
/*!