From 27294b83d213d6a554f56e3232f1ea8db94d28d6 Mon Sep 17 00:00:00 2001 From: Martin Pycko <martinp@digium.com> Date: Sat, 20 Sep 2003 04:47:33 +0000 Subject: [PATCH] Increase the fromstring maximum length git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1534 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_voicemail2.c b/apps/app_voicemail2.c index a2f6225574..0db25adcaf 100755 --- a/apps/app_voicemail2.c +++ b/apps/app_voicemail2.c @@ -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; -- GitLab