summaryrefslogtreecommitdiff
path: root/include/asterisk/cel.h
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2010-08-19 12:13:41 +0000
committerRussell Bryant <russell@russellbryant.com>2010-08-19 12:13:41 +0000
commit4723a780cab679ce9bebaa969caede73889a1038 (patch)
treebf9c7451196188fa4a301ba3c06ec9530d3f0670 /include/asterisk/cel.h
parent818bedf763ff4e2ec2d7f4fe849924f1f92118cd (diff)
Add a todo item for CEL.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@282798 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/cel.h')
-rw-r--r--include/asterisk/cel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asterisk/cel.h b/include/asterisk/cel.h
index f221dd643..22a8bddb3 100644
--- a/include/asterisk/cel.h
+++ b/include/asterisk/cel.h
@@ -17,6 +17,13 @@
/*!
* \file
* \brief Call Event Logging API
+ *
+ * \todo TODO: There some event types that have been defined here, but are not
+ * yet used anywhere in the code. It would be really awesome if someone
+ * went through and had Asterisk generate these events where it is
+ * appropriate to do so. The defined, but unused events are:
+ * CONF_ENTER, CONF_EXIT, CONF_START, CONF_END, 3WAY_START, 3WAY_END,
+ * TRANSFER, and HOOKFLASH.
*/
#ifndef __AST_CEL_H__