[asterisk-commits] pabelanger: branch 1.8 r292436 - /branches/1.8/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 20 19:22:03 CDT 2010
Author: pabelanger
Date: Wed Oct 20 19:21:59 2010
New Revision: 292436
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=292436
Log:
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
Modified:
branches/1.8/apps/app_voicemail.c
Modified: branches/1.8/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/apps/app_voicemail.c?view=diff&rev=292436&r1=292435&r2=292436
==============================================================================
--- branches/1.8/apps/app_voicemail.c (original)
+++ branches/1.8/apps/app_voicemail.c Wed Oct 20 19:21:59 2010
@@ -12541,6 +12541,7 @@
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);
More information about the asterisk-commits
mailing list