Minor forwarding patch

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1726 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2003-11-12 02:05:56 +00:00
parent f7b3b78414
commit 078022fa64
1 changed files with 2 additions and 0 deletions

View File

@ -2539,6 +2539,8 @@ static int vm_execmain(struct ast_channel *chan, void *data)
case '8':
if(vms.lastmsg > -1)
cmd = forward_message(chan, context, vms.curdir, vms.curmsg, vmu, vmfmts);
else
cmd = play_and_wait(chan, "vm-nomore");
break;
case '9':
if (useadsi)