* 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
This commit is contained in:
Richard Mudgett
2013-06-06 20:47:10 +00:00
parent e36c6f714f
commit 5c554dc470
3 changed files with 20 additions and 20 deletions

View File

@@ -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);
}
/*!