summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2009-01-30 22:22:04 +0000
committerMark Michelson <mmichelson@digium.com>2009-01-30 22:22:04 +0000
commit458dfe474878c640ca6453ef7ea5871409c5e19d (patch)
treedf3a2301db9a4a050247efa146d43b28b6eda68c /include/asterisk/channel.h
parenta010aa5ade8bf09b241c4dafefd99103c31bf883 (diff)
Fix redefinition of flag in channel.h
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172598 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/channel.h')
-rw-r--r--include/asterisk/channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index b2fe81cd9..11f319849 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 */