[Asterisk-cvs] asterisk/apps app_voicemail2.c,1.50,1.51

martinp at lists.digium.com martinp at lists.digium.com
Fri Sep 19 23:46:24 CDT 2003


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv15549/apps

Modified Files:
	app_voicemail2.c 
Log Message:
Increase the fromstring maximum length


Index: app_voicemail2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail2.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- app_voicemail2.c	19 Sep 2003 17:52:52 -0000	1.50
+++ app_voicemail2.c	20 Sep 2003 04:47:33 -0000	1.51
@@ -150,7 +150,7 @@
 
 static char *emailbody = NULL;
 static int pbxskip = 0;
-static char fromstring[15];
+static char fromstring[40];
 static char emailtitle[100];
 
 STANDARD_LOCAL_USER;




More information about the svn-commits mailing list