aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-21 00:21:59 +0000
committerpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-21 00:21:59 +0000
commit7d4c1ecad9fb5f1a642bd10180dc432b08d117ae (patch)
tree4ee7d60f5a82888cf4f0c6b874d9b22aed9c19ab /apps
parentbc369f3007f998f876f54b0d0232d77c84acd0eb (diff)
Application not properly unregister in voicemail
(closes issue #18128) Reported by: junky Patches: vm_unregister.diff uploaded by junky (license 177) Tested by: pabelanger, lmadsen git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@292436 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index e80261c01..664883bb9 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -12541,6 +12541,7 @@ static int unload_module(void)
res |= ast_unregister_application(app2);
res |= ast_unregister_application(app3);
res |= ast_unregister_application(app4);
+ res |= ast_unregister_application(sayname_app);
res |= ast_custom_function_unregister(&mailbox_exists_acf);
res |= ast_manager_unregister("VoicemailUsersList");
res |= ast_data_unregister(NULL);