[svn-commits] anthonyl: branch anthonyl/patch-branch r45832 - /team/anthonyl/patch-branch/a...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Oct 21 12:06:53 MST 2006


Author: anthonyl
Date: Sat Oct 21 14:06:52 2006
New Revision: 45832

URL: http://svn.digium.com/view/asterisk?rev=45832&view=rev
Log:
patch for issue 8016 written by edhorton fixes an odbc storage issue in app_voicemail.c 

Modified:
    team/anthonyl/patch-branch/apps/app_voicemail.c

Modified: team/anthonyl/patch-branch/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/team/anthonyl/patch-branch/apps/app_voicemail.c?rev=45832&r1=45831&r2=45832&view=diff
==============================================================================
--- team/anthonyl/patch-branch/apps/app_voicemail.c (original)
+++ team/anthonyl/patch-branch/apps/app_voicemail.c Sat Oct 21 14:06:52 2006
@@ -7719,8 +7719,6 @@
 				if (option_verbose > 2)
 					ast_verbose(VERBOSE_PREFIX_3 "Saving message as is\n");
 				ast_stream_and_wait(chan, "vm-msgsaved", chan->language, "");
-				STORE(recordfile, vmu->mailbox, vmu->context, -1);
-				DISPOSE(recordfile, -1);
 				cmd = 't';
 				return res;
 			}



More information about the svn-commits mailing list