summaryrefslogtreecommitdiff
path: root/main/features.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-06-06 20:47:10 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-06-06 20:47:10 +0000
commit5c554dc470d35380ae2d429651477b710a34a5d6 (patch)
tree02d4923705fc18cd26cf62ed6cc5ffc430573518 /main/features.c
parente36c6f714fd9f7d7e0629c51ddd092239a139bd6 (diff)
* Fix a couple missed hook installs that need AST_BRIDGE_HOOK_REMOVE_ON_PULL.
* Rename some hook flag parameters to remove_flags. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390733 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/features.c')
-rw-r--r--main/features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/features.c b/main/features.c
index d46342468..2aa49ff35 100644
--- a/main/features.c
+++ b/main/features.c
@@ -4307,7 +4307,7 @@ static int add_dynamic_dtmf_hook(struct ast_bridge_features *features, unsigned
}
return ast_bridge_dtmf_hook(features, dtmf, app_dtmf_feature_hook,
- app_data, ast_free_ptr, 1);
+ app_data, ast_free_ptr, AST_BRIDGE_HOOK_REMOVE_ON_PULL);
}
/*!