aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-17 21:19:18 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-17 21:19:18 +0000
commit1de27672ee411eb53389e117cf3d489b7affbea0 (patch)
tree6459d50c560f7c866e069006187f24c914cde47b /apps/app_voicemail.c
parent60264f8549b7dd85636f473bb0ce606104e2eaa3 (diff)
I broke the build. Now I'm fixing it.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@79915 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_voicemail.c')
-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);