[svn-commits] qwell: branch 1.2 r48236 -
/branches/1.2/apps/app_voicemail.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Dec 4 12:06:26 MST 2006
Author: qwell
Date: Mon Dec 4 13:06:26 2006
New Revision: 48236
URL: http://svn.digium.com/view/asterisk?view=rev&rev=48236
Log:
Fix an issue where a message isn't saved correctly when using ODBC storage and reviewing a message.
Issue 8016 - patch by sokhapkin.
Modified:
branches/1.2/apps/app_voicemail.c
Modified: branches/1.2/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_voicemail.c?view=diff&rev=48236&r1=48235&r2=48236
==============================================================================
--- branches/1.2/apps/app_voicemail.c (original)
+++ branches/1.2/apps/app_voicemail.c Mon Dec 4 13:06:26 2006
@@ -6629,8 +6629,6 @@
ast_verbose(VERBOSE_PREFIX_3 "Saving message as is\n");
ast_streamfile(chan, "vm-msgsaved", chan->language);
ast_waitstream(chan, "");
- STORE(recordfile, vmu->mailbox, vmu->context, -1);
- DISPOSE(recordfile, -1);
cmd = 't';
return res;
}
More information about the svn-commits
mailing list