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
This commit is contained in:
Mark Michelson
2013-06-05 18:21:19 +00:00
parent 4789c3fb0c
commit 79022c0f88

View File

@@ -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. */