diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 77db70357dbc4a6f930ba14c2a753c50cfdd6588..6823d617033319c539b0526e0e6f95fd133e5233 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -8311,10 +8311,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);