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:
2265686
)
Undoing my last commit. I misread the code before.
author
Mark Michelson
<mmichelson@digium.com>
Mon, 18 Jun 2007 23:28:10 +0000
(23:28 +0000)
committer
Mark Michelson
<mmichelson@digium.com>
Mon, 18 Jun 2007 23:28:10 +0000
(23:28 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69809
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
9a53657
..
9a1bca2
100644
(file)
--- a/
apps/app_voicemail.c
+++ b/
apps/app_voicemail.c
@@
-8597,9
+8597,10
@@
static int play_record_review(struct ast_channel *chan, char *playfile, char *re
/* Otherwise 1 is to save the existing message */
if (option_verbose > 2)
ast_verbose(VERBOSE_PREFIX_3 "Saving message as is\n");
- if (!outsidecaller) {
+ if (!outsidecaller)
ast_filerename(tempfile, recordfile, NULL);
- ast_stream_and_wait(chan, "vm-msgsaved", "");
+ ast_stream_and_wait(chan, "vm-msgsaved", "");
+ if (!outsidecaller) {
STORE(recordfile, vmu->mailbox, vmu->context, -1, chan, vmu, fmt, *duration, vms);
DISPOSE(recordfile, -1);
}