]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Found a conflict in the last commit, due to multiple targets
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 3 Apr 2009 19:56:48 +0000 (19:56 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 3 Apr 2009 19:56:48 +0000 (19:56 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@186445 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 07cfb72a3adbf3a912fced79bac203fc29f8bad9..42c3637fdc64f8175585d1014cb2c4034bdd09ba 100644 (file)
@@ -1307,7 +1307,7 @@ static int imap_store_file(char *dir, char *mailboxuser, char *mailboxcontext, i
                        *(vmu->email) = '\0';
                return -1;
        } else {
-               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);
+               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);
                /* read mail file to memory */
                len = ftell(p);
                rewind(p);