[asterisk-commits] anthonyl: branch group/res_config_ldap r48334 -
 /team/group/res_config_ldap/res/
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Wed Dec  6 11:57:23 MST 2006
    
    
  
Author: anthonyl
Date: Wed Dec  6 12:57:22 2006
New Revision: 48334
URL: http://svn.digium.com/view/asterisk?view=rev&rev=48334
Log:
added ast_module_user_hangup_all() to unload_module()
Modified:
    team/group/res_config_ldap/res/res_config_ldap.c
Modified: team/group/res_config_ldap/res/res_config_ldap.c
URL: http://svn.digium.com/view/asterisk/team/group/res_config_ldap/res/res_config_ldap.c?view=diff&rev=48334&r1=48333&r2=48334
==============================================================================
--- team/group/res_config_ldap/res/res_config_ldap.c (original)
+++ team/group/res_config_ldap/res/res_config_ldap.c Wed Dec  6 12:57:22 2006
@@ -945,6 +945,7 @@
 		ldapConn = NULL;
 	}
 	ast_cli_unregister(&cli_realtime_ldap_status);
+	ast_module_user_hangup_all();
 	ast_config_engine_deregister(&ldap_engine);
 	if (option_verbose)
 		ast_verbose("LDAP RealTime unloaded.\n");
    
    
More information about the asterisk-commits
mailing list