aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-30 22:22:04 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-30 22:22:04 +0000
commit5333c02701c2ff5da54e7a63aeae56086bb125a0 (patch)
treedf3a2301db9a4a050247efa146d43b28b6eda68c /include
parent7815a8616b0627ef2d1578666723a0cf8dea23f0 (diff)
Fix redefinition of flag in channel.h
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@172598 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-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 */