[asterisk-commits] mmichelson: branch 1.4 r186565 - /branches/1.4/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Apr 6 08:54:44 CDT 2009
Author: mmichelson
Date: Mon Apr 6 08:54:41 2009
New Revision: 186565
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=186565
Log:
Revert commit 186445 because it causes the build to fail when IMAP_STORAGE is used.
Modified:
branches/1.4/apps/app_voicemail.c
Modified: branches/1.4/apps/app_voicemail.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.4/apps/app_voicemail.c?view=diff&rev=186565&r1=186564&r2=186565
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Mon Apr 6 08:54:41 2009
@@ -1307,7 +1307,7 @@
*(vmu->email) = '\0';
return -1;
} else {
- make_email_file(p, myserveremail, vmu, msgnum, vmu->context, vmu->mailbox, vms->curbox, "INBOX", S_OR(chan->cid.cid_num, NULL), S_OR(chan->cid.cid_name, NULL), fn, fmt, duration, 1, chan, NULL, 1);
+ make_email_file(p, myserveremail, vmu, msgnum, vmu->context, vmu->mailbox, vms->curbox, S_OR(chan->cid.cid_num, NULL), S_OR(chan->cid.cid_name, NULL), fn, fmt, duration, 1, chan, NULL, 1);
/* read mail file to memory */
len = ftell(p);
rewind(p);
More information about the asterisk-commits
mailing list