[asterisk-commits] rmudgett: trunk r190516 - /trunk/include/asterisk/channel.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Apr 24 12:33:16 CDT 2009


Author: rmudgett
Date: Fri Apr 24 12:33:08 2009
New Revision: 190516

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=190516
Log:
Update comment.

Modified:
    trunk/include/asterisk/channel.h

Modified: trunk/include/asterisk/channel.h
URL: http://svn.digium.com/svn-view/asterisk/trunk/include/asterisk/channel.h?view=diff&rev=190516&r1=190515&r2=190516
==============================================================================
--- trunk/include/asterisk/channel.h (original)
+++ trunk/include/asterisk/channel.h Fri Apr 24 12:33:08 2009
@@ -307,9 +307,10 @@
 	 */
 	int ani2;
 
-	/*! \brief Information about the source of an update (Q.SIG/ISDN requirement).
+	/*!
+	 * \brief Information about the source of an update.
 	 * \note enum AST_CONNECTED_LINE_UPDATE_SOURCE values
-	 * for Normal-Answer, Call-transfer, Call-diversion
+	 * for Normal-Answer and Call-transfer.
 	 */
 	int source;
 };




More information about the asterisk-commits mailing list