summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2007-08-17 21:19:18 +0000
committerMark Michelson <mmichelson@digium.com>2007-08-17 21:19:18 +0000
commitdc7d25ea63d0622b47662feebcd01481ce10a1bc (patch)
tree6459d50c560f7c866e069006187f24c914cde47b /apps
parent57d5934e5d1f809dcae7f9a933bed90b3ce92f82 (diff)
I broke the build. Now I'm fixing it.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@79915 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index a749f9251..f4b6b199c 100644
--- 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);