From 3c4cde9191110683c21113039765ff985037c4ef Mon Sep 17 00:00:00 2001 From: markster Date: Wed, 12 Nov 2003 02:05:56 +0000 Subject: [PATCH] Minor forwarding patch git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1726 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_voicemail2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/app_voicemail2.c b/apps/app_voicemail2.c index 91d57b735..66699f9e4 100755 --- a/apps/app_voicemail2.c +++ b/apps/app_voicemail2.c @@ -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)