From 474204522c37a06e3dddc14ab9442f09caf7bf04 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Mon, 13 Jul 2009 16:24:55 +0000 Subject: [PATCH] Merged revisions 206185 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r206185 | tilghman | 2009-07-13 11:23:07 -0500 (Mon, 13 Jul 2009) | 2 lines Remove reference to non-existent help file ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@206187 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 96b71084bc..e5e2177765 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);