From 79022c0f88dcee887b1ff76796393db3b225d126 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Wed, 5 Jun 2013 18:21:19 +0000 Subject: 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 --- include/asterisk/bridging_features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- cgit v1.2.3