aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-20 04:47:33 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-20 04:47:33 +0000
commit358d96c53bb094fa384725da5b294245a4eab1de (patch)
treed0b9e7651dad7d40f74c19d749b10eb4a4ca143d
parent75293cf906dc96d215eb4c9d085679200127ea23 (diff)
Increase the fromstring maximum length
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1534 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xapps/app_voicemail2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail2.c b/apps/app_voicemail2.c
index a2f622557..0db25adca 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;