aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-13 16:24:55 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-13 16:24:55 +0000
commit77df620bc2adc02333033f124a488fe935cc1fce (patch)
treeb473417f8af5bf3a69574f3901f5b451c4cfb1da /apps
parent06aa837780955f4881a5a3483776e88134409f5f (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.6.2@206187 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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);