Tip: When you've reported a bug about something and somebody has put up a
patch for it.. It's not a good idea to open a completely new bug and say that
something is broken because of the patch in the other bug - PLEASE mention
something in the bug where the patch was actually created.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@48246
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
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;
}