summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-07-13 16:23:07 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-07-13 16:23:07 +0000
commit76b48c5daedbb1a0b16089bfa43ceba7cd63677e (patch)
tree6d383ae0e2f4ae63e4baefd943d2bd05353543c5
parent31d642cbe898762e5d36653816663d0cb29cf0b1 (diff)
Remove reference to non-existent help file
(closes issue #15427) Reported by: brushtyler Patches: app_voicemail.c.diff uploaded by brushtyler (license 821) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@206185 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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 77db70357..6823d6170 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);