[asterisk-commits] tilghman: trunk r43643 - in /trunk: ./ apps/app_voicemail.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Sep 25 15:09:13 MST 2006


Author: tilghman
Date: Mon Sep 25 17:09:13 2006
New Revision: 43643

URL: http://svn.digium.com/view/asterisk?rev=43643&view=rev
Log:
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

........

Modified:
    trunk/   (props changed)
    trunk/apps/app_voicemail.c

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Mon Sep 25 17:09:13 2006
@@ -1,1 +1,1 @@
-/branches/1.4:1-43376,43383,43386,43388,43392,43396,43405,43410,43422,43441,43445,43450,43454,43456,43464,43466,43469,43477,43482,43486,43489,43492,43518,43524,43553,43564,43616,43640
+/branches/1.4:1-43376,43383,43386,43388,43392,43396,43405,43410,43422,43441,43445,43450,43454,43456,43464,43466,43469,43477,43482,43486,43489,43492,43518,43524,43553,43564,43616,43640,43642

Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?rev=43643&r1=43642&r2=43643&view=diff
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Mon Sep 25 17:09:13 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