[svn-commits] murf: branch group/newcdr r180456 - /team/group/newcdr/include/asterisk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Mar 5 14:00:49 CST 2009


Author: murf
Date: Thu Mar  5 14:00:45 2009
New Revision: 180456

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=180456
Log:
update some comments that look wrong

Modified:
    team/group/newcdr/include/asterisk/event_defs.h

Modified: team/group/newcdr/include/asterisk/event_defs.h
URL: http://svn.digium.com/svn-view/asterisk/team/group/newcdr/include/asterisk/event_defs.h?view=diff&rev=180456&r1=180455&r2=180456
==============================================================================
--- team/group/newcdr/include/asterisk/event_defs.h (original)
+++ team/group/newcdr/include/asterisk/event_defs.h Thu Mar  5 14:00:45 2009
@@ -136,7 +136,7 @@
 	/*! 
 	 * \brief Channel Event User Event Name
 	 * Used by: AST_EVENT_CEL
-	 * Payload type: UINT
+	 * Payload type: STR
 	 */
 	AST_EVENT_IE_CEL_USEREVENT_NAME = 0x0d,
 	/*! 
@@ -184,13 +184,13 @@
 	/*! 
 	 * \brief Channel Event AMA flags
 	 * Used by: AST_EVENT_CEL
-	 * Payload type: STR
+	 * Payload type: UINT
 	 */
 	AST_EVENT_IE_CEL_AMAFLAGS = 0x15,
 	/*! 
 	 * \brief Channel Event AccountCode
 	 * Used by: AST_EVENT_CEL
-	 * Payload type: UINT
+	 * Payload type: STR
 	 */
 	AST_EVENT_IE_CEL_ACCTCODE = 0x16,
 	/*! 




More information about the svn-commits mailing list