mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-21 12:30:41 +00:00
Minor forwarding patch
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1726 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2539,6 +2539,8 @@ static int vm_execmain(struct ast_channel *chan, void *data)
|
|||||||
case '8':
|
case '8':
|
||||||
if(vms.lastmsg > -1)
|
if(vms.lastmsg > -1)
|
||||||
cmd = forward_message(chan, context, vms.curdir, vms.curmsg, vmu, vmfmts);
|
cmd = forward_message(chan, context, vms.curdir, vms.curmsg, vmu, vmfmts);
|
||||||
|
else
|
||||||
|
cmd = play_and_wait(chan, "vm-nomore");
|
||||||
break;
|
break;
|
||||||
case '9':
|
case '9':
|
||||||
if (useadsi)
|
if (useadsi)
|
||||||
|
Reference in New Issue
Block a user