Fix redefinition of flag in channel.h
authorMark Michelson <mmichelson@digium.com>
Fri, 30 Jan 2009 22:22:04 +0000 (22:22 +0000)
committerMark Michelson <mmichelson@digium.com>
Fri, 30 Jan 2009 22:22:04 +0000 (22:22 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172598 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/channel.h

index b2fe81c..11f3198 100644 (file)
@@ -559,7 +559,7 @@ enum {
        /*! 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 */