From 9e24ed5ccff762fa9d412d1a1321df2de1b26423 Mon Sep 17 00:00:00 2001 From: file Date: Mon, 16 Jul 2007 13:35:20 +0000 Subject: It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@75183 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_speech_utils.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/app_speech_utils.c') diff --git a/apps/app_speech_utils.c b/apps/app_speech_utils.c index 30d1737f3..b8dd634fd 100644 --- a/apps/app_speech_utils.c +++ b/apps/app_speech_utils.c @@ -823,8 +823,6 @@ static int unload_module(void) res |= ast_custom_function_unregister(&speech_engine_function); res |= ast_custom_function_unregister(&speech_results_type_function); - ast_module_user_hangup_all(); - return res; } -- cgit v1.2.3