From: Tilghman Lesher Date: Mon, 25 Sep 2006 22:09:13 +0000 (+0000) Subject: Merged revisions 43642 via svnmerge from X-Git-Tag: 1.6.0-beta1~3^2~4635 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a15d3ed5a4c97b91442b0703e09a30c9865d049;p=thirdparty%2Fasterisk.git Merged revisions 43642 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43642 | tilghman | 2006-09-25 17:07:44 -0500 (Mon, 25 Sep 2006) | 2 lines Should have moved these lines up in the merge, instead of removing them ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43643 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index dc8f49c819..1b8105e944 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -3784,6 +3784,10 @@ static int forward_message(struct ast_channel *chan, char *context, struct vm_st BODY *body; char *header_content; char *temp; + char todir[256]; + int todircount=0; + int duration; + char fn[256]; #endif char username[70]=""; int res = 0, cmd = 0;