projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4789c3f
)
Give the AST_BRIDGE_HOOK_REMOVE_ON_PULL a legitimate value.
author
Mark Michelson
<mmichelson@digium.com>
Wed, 5 Jun 2013 18:21:19 +0000
(18:21 +0000)
committer
Mark Michelson
<mmichelson@digium.com>
Wed, 5 Jun 2013 18:21:19 +0000
(18:21 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390525
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/bridging_features.h
patch
|
blob
|
history
diff --git
a/include/asterisk/bridging_features.h
b/include/asterisk/bridging_features.h
index
0292a6b
..
f37a619
100644
(file)
--- 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. */