summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapps/app_voicemail2.c2
1 files changed, 2 insertions, 0 deletions
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)