Skip to content
Snippets Groups Projects
Commit 907fd558 authored by Russell Bryant's avatar Russell Bryant
Browse files

add missing STANDARD_HANGUP_LOCALUSERS

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6827 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b1cee611
No related branches found
No related tags found
No related merge requests found
...@@ -203,6 +203,8 @@ int unload_module(void) ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment