From: Kevin P. Fleming Date: Wed, 15 Nov 2006 20:30:29 +0000 (+0000) Subject: correct argument name typo that caused global variable to be used instead of the... X-Git-Tag: 1.2.14~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c446ef97824749783cc9e6cac24d3ebbba0c3606;p=thirdparty%2Fasterisk.git 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 --- 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;