aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-25 22:07:44 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-25 22:07:44 +0000
commit108637f17fabb80b2363ab4605b085d05042eff6 (patch)
tree19bb39d2ca041c03996d50ea0943e5e6b4b0e4e3 /apps
parent24c2c20f4f652eba11acbef6f1e49690aa6d6e05 (diff)
Should have moved these lines up in the merge, instead of removing them
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43642 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 2d30b1769..a232f38fe 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;