summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2013-06-05 18:21:19 +0000
committerMark Michelson <mmichelson@digium.com>2013-06-05 18:21:19 +0000
commit79022c0f88dcee887b1ff76796393db3b225d126 (patch)
treeadb1c6de2d99a58aba5343ba05dbaa577ec4407a
parent4789c3fb0c956b5de4e5bee190dd7252f12c0b2b (diff)
Give the AST_BRIDGE_HOOK_REMOVE_ON_PULL a legitimate value.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390525 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--include/asterisk/bridging_features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/bridging_features.h b/include/asterisk/bridging_features.h
index 0292a6b35..f37a6192a 100644
--- a/include/asterisk/bridging_features.h
+++ b/include/asterisk/bridging_features.h
@@ -182,7 +182,7 @@ struct ast_bridge_hook_timer {
enum ast_bridge_hook_remove_flags {
/*! The hook is removed when the channel is pulled from the bridge. */
- AST_BRIDGE_HOOK_REMOVE_ON_PULL,
+ AST_BRIDGE_HOOK_REMOVE_ON_PULL = (1 << 0),
};
/* BUGBUG Need to be able to selectively remove DTMF, hangup, and interval hooks. */