From: Mark Michelson Date: Fri, 30 Jan 2009 22:22:04 +0000 (+0000) Subject: Fix redefinition of flag in channel.h X-Git-Tag: 1.6.2.0-beta1~321 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=458dfe474878c640ca6453ef7ea5871409c5e19d;p=thirdparty%2Fasterisk.git Fix redefinition of flag in channel.h git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172598 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index b2fe81cd93..11f319849e 100644 --- a/include/asterisk/channel.h +++ b/include/asterisk/channel.h @@ -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 */