[asterisk-commits] russell: trunk r282798 - /trunk/include/asterisk/cel.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Aug 19 07:17:01 CDT 2010


Author: russell
Date: Thu Aug 19 07:13:41 2010
New Revision: 282798

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=282798
Log:
Add a todo item for CEL.

Modified:
    trunk/include/asterisk/cel.h

Modified: trunk/include/asterisk/cel.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/cel.h?view=diff&rev=282798&r1=282797&r2=282798
==============================================================================
--- trunk/include/asterisk/cel.h (original)
+++ trunk/include/asterisk/cel.h Thu Aug 19 07:13:41 2010
@@ -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__




More information about the asterisk-commits mailing list