[asterisk-commits] mmichelson: trunk r172598 - /trunk/include/asterisk/channel.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 30 16:22:06 CST 2009


Author: mmichelson
Date: Fri Jan 30 16:22:04 2009
New Revision: 172598

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=172598
Log:
Fix redefinition of flag in channel.h


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=172598&r1=172597&r2=172598
==============================================================================
--- trunk/include/asterisk/channel.h (original)
+++ trunk/include/asterisk/channel.h Fri Jan 30 16:22:04 2009
@@ -559,7 +559,7 @@
 	/*! This flag indicates that the hangup exten should NOT be run when the 
 	 *  bridge terminates, this will allow the hangup in the pbx loop to be run instead.
 	 *  */
-	AST_FLAG_BRIDGE_HANGUP_DONT = (1 << 17),
+	AST_FLAG_BRIDGE_HANGUP_DONT = (1 << 18),
 };
 
 /*! \brief ast_bridge_config flags */




More information about the asterisk-commits mailing list