mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	* 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:
		| @@ -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); | ||||
| } | ||||
|  | ||||
| /*! | ||||
|   | ||||
		Reference in New Issue
	
	Block a user