aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_voicemail.c')
-rw-r--r--apps/app_voicemail.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 96b71084b..e5e217776 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -8254,10 +8254,7 @@ static int vm_instructions_en(struct ast_channel *chan, struct ast_vm_user *vmu,
}
}
if (!res) {
- if (skipadvanced)
- res = ast_play_and_wait(chan, "vm-helpexit-full");
- else
- res = ast_play_and_wait(chan, "vm-helpexit");
+ res = ast_play_and_wait(chan, "vm-helpexit");
}
if (!res)
res = ast_waitfordigit(chan, 6000);