aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-25 22:09:13 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-25 22:09:13 +0000
commitb3fdd459a02bb8f3687680820aa31036a38c50e7 (patch)
tree64bb0aed96c962cfeefa4751a57692b6d4591a37 /apps
parentb4db0714901ca6a2270f59244b099649aa6217be (diff)
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: http://svn.digium.com/svn/asterisk/trunk@43643 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 dc8f49c81..1b8105e94 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;