projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31d642c
)
Remove reference to non-existent help file
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Mon, 13 Jul 2009 16:23:07 +0000
(16:23 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Mon, 13 Jul 2009 16:23:07 +0000
(16:23 +0000)
(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
apps/app_voicemail.c
patch
|
blob
|
history
diff --git
a/apps/app_voicemail.c
b/apps/app_voicemail.c
index
77db703
..
6823d61
100644
(file)
--- 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);