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:
11ee286
)
Always play beep
author
Mark Spencer
<markster@digium.com>
Sun, 11 May 2003 18:37:41 +0000
(18:37 +0000)
committer
Mark Spencer
<markster@digium.com>
Sun, 11 May 2003 18:37:41 +0000
(18:37 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@994
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_voicemail2.c
patch
|
blob
|
history
diff --git
a/apps/app_voicemail2.c
b/apps/app_voicemail2.c
index
3e45375
..
53b7940
100755
(executable)
--- a/
apps/app_voicemail2.c
+++ b/
apps/app_voicemail2.c
@@
-769,7
+769,7
@@
static int leave_voicemail(struct ast_channel *chan, char *ext, int silent, int
free_user(vmu);
return 0;
}
- if (!res && (silent < 2)) {
+ if (res >= 0) {
/* Unless we're *really* silent, try to send the beep */
res = ast_streamfile(chan, "beep", chan->language);
if (!res)