Increase the fromstring maximum length
authorMartin Pycko <martinp@digium.com>
Sat, 20 Sep 2003 04:47:33 +0000 (04:47 +0000)
committerMartin Pycko <martinp@digium.com>
Sat, 20 Sep 2003 04:47:33 +0000 (04:47 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1534 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail2.c

index a2f6225..0db25ad 100755 (executable)
@@ -150,7 +150,7 @@ static int maxlogins;
 
 static char *emailbody = NULL;
 static int pbxskip = 0;
-static char fromstring[15];
+static char fromstring[40];
 static char emailtitle[100];
 
 STANDARD_LOCAL_USER;