mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
Fix IMAP storage compilation after opaquification changes
(closes issue ASTERISK-19513) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@358908 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7464,8 +7464,8 @@ static int forward_message(struct ast_channel *chan, char *context, struct vm_st
|
||||
/* NULL category for IMAP storage */
|
||||
sendmail(myserveremail, vmtmp, todircount, vmtmp->context, vmtmp->mailbox,
|
||||
dstvms->curbox,
|
||||
S_COR(chan->caller.id.number.valid, chan->caller.id.number.str, NULL),
|
||||
S_COR(chan->caller.id.name.valid, chan->caller.id.name.str, NULL),
|
||||
S_COR(ast_channel_caller(chan)->id.number.valid, ast_channel_caller(chan)->id.number.str, NULL),
|
||||
S_COR(ast_channel_caller(chan)->id.name.valid, ast_channel_caller(chan)->id.name.str, NULL),
|
||||
vmstmp.fn, vmstmp.introfn, fmt, duration, attach_user_voicemail, chan,
|
||||
NULL, urgent_str);
|
||||
#else
|
||||
|
Reference in New Issue
Block a user