mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 08:13:22 +00:00
Fix compile error.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@275309 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5748,7 +5748,7 @@ static int leave_voicemail(struct ast_channel *chan, char *ext, struct leave_vm_
|
|||||||
chan->context,
|
chan->context,
|
||||||
chan->macrocontext,
|
chan->macrocontext,
|
||||||
chan->exten,
|
chan->exten,
|
||||||
S_OR(chan->cid.cid_rdnis, "unknown"),
|
S_OR(chan->redirecting.from.number, "unknown"),
|
||||||
chan->priority,
|
chan->priority,
|
||||||
chan->name,
|
chan->name,
|
||||||
ast_callerid_merge(callerid, sizeof(callerid), S_OR(chan->cid.cid_name, NULL), S_OR(chan->cid.cid_num, NULL), "Unknown"),
|
ast_callerid_merge(callerid, sizeof(callerid), S_OR(chan->cid.cid_name, NULL), S_OR(chan->cid.cid_num, NULL), "Unknown"),
|
||||||
|
Reference in New Issue
Block a user