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:
d886e2a
)
Retain beep
author
Mark Spencer
<markster@digium.com>
Thu, 13 Nov 2003 05:46:01 +0000
(
05:46
+0000)
committer
Mark Spencer
<markster@digium.com>
Thu, 13 Nov 2003 05:46:01 +0000
(
05:46
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1740
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
7ff2624
..
6a5715f
100755
(executable)
--- a/
apps/app_voicemail.c
+++ b/
apps/app_voicemail.c
@@
-889,7
+889,7
@@
static int play_and_record(struct ast_channel *chan, char *playfile, char *recor
if (playfile) {
d = play_and_wait(chan, playfile);
- if (!d)
+ if (d > -1)
d = ast_streamfile(chan, "beep",chan->language);
if (!d)
d = ast_waitstream(chan,"");