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:
57d5934
)
I broke the build. Now I'm fixing it.
author
Mark Michelson
<mmichelson@digium.com>
Fri, 17 Aug 2007 21:19:18 +0000
(21:19 +0000)
committer
Mark Michelson
<mmichelson@digium.com>
Fri, 17 Aug 2007 21:19:18 +0000
(21:19 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@79915
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
a749f92
..
f4b6b19
100644
(file)
--- a/
apps/app_voicemail.c
+++ b/
apps/app_voicemail.c
@@
-3064,7
+3064,7
@@
static int leave_voicemail(struct ast_channel *chan, char *ext, struct leave_vm_
#ifdef ODBC_STORAGE
int success =
#endif
- RETRIEVE(prefile, -1);
+ RETRIEVE(prefile, -1, ext, context);
if (ast_fileexists(prefile, NULL, NULL) > 0) {
if (ast_streamfile(chan, prefile, chan->language) > -1)
res = ast_waitstream(chan, ecodes);