mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
add missing STANDARD_HANGUP_LOCALUSERS
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6827 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -203,6 +203,8 @@ int unload_module(void)
|
|||||||
{
|
{
|
||||||
ast_custom_function_unregister(&enum_function);
|
ast_custom_function_unregister(&enum_function);
|
||||||
ast_custom_function_unregister(&txtcidname_function);
|
ast_custom_function_unregister(&txtcidname_function);
|
||||||
|
|
||||||
|
STANDARD_HANGUP_LOCALUSERS;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user