]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Should have moved these lines up in the merge, instead of removing them
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 25 Sep 2006 22:07:44 +0000 (22:07 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 25 Sep 2006 22:07:44 +0000 (22:07 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43642 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 2d30b176987036208aca1fffd1e6004c1b593f30..a232f38fe80ddf9848d8bdbe929e63812fc6f7d7 100644 (file)
@@ -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;