[asterisk-commits] tilghman: branch 1.4 r43642 - /branches/1.4/apps/app_voicemail.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Sep 25 15:07:44 MST 2006


Author: tilghman
Date: Mon Sep 25 17:07:44 2006
New Revision: 43642

URL: http://svn.digium.com/view/asterisk?rev=43642&view=rev
Log:
Should have moved these lines up in the merge, instead of removing them

Modified:
    branches/1.4/apps/app_voicemail.c

Modified: branches/1.4/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_voicemail.c?rev=43642&r1=43641&r2=43642&view=diff
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Mon Sep 25 17:07:44 2006
@@ -3784,6 +3784,10 @@
 	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;



More information about the asterisk-commits mailing list