From c446ef97824749783cc9e6cac24d3ebbba0c3606 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 15 Nov 2006 20:30:29 +0000 Subject: [PATCH] correct argument name typo that caused global variable to be used instead of the one for the specified voicemail user git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@47696 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 25b7a496c9..34f8303eb6 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -3277,7 +3277,7 @@ static int get_folder2(struct ast_channel *chan, char *fn, int start) return res; } -static int vm_forwardoptions(struct ast_channel *chan, struct ast_vm_user *vmu, char *curdir, int curmsg, char *vmfts, +static int vm_forwardoptions(struct ast_channel *chan, struct ast_vm_user *vmu, char *curdir, int curmsg, char *vmfmts, char *context, signed char record_gain, long *duration) { int cmd = 0;