dect
/
asterisk
Archived
13
0
Fork 0

Minor forwarding patch

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1726 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-11-12 02:05:56 +00:00
parent 73bc3785ed
commit 3c4cde9191
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)