]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Application not properly unregister in voicemail
authorPaul Belanger <paul.belanger@polybeacon.com>
Thu, 21 Oct 2010 00:21:59 +0000 (00:21 +0000)
committerPaul Belanger <paul.belanger@polybeacon.com>
Thu, 21 Oct 2010 00:21:59 +0000 (00:21 +0000)
(closes issue #18128)
Reported by: junky
Patches:
      vm_unregister.diff uploaded by junky (license 177)
Tested by: pabelanger, lmadsen

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@292436 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index e80261c013e437915c7bfe736a691a39b8f55d8f..664883bb9d672acca275edda459f23dde676ce6c 100644 (file)
@@ -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);