summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pycko <martinp@digium.com>2003-09-20 04:47:33 +0000
committerMartin Pycko <martinp@digium.com>2003-09-20 04:47:33 +0000
commit27294b83d213d6a554f56e3232f1ea8db94d28d6 (patch)
treed0b9e7651dad7d40f74c19d749b10eb4a4ca143d
parenta2ee61462867e0dc8ae32e61a8e08cd4dbd7f250 (diff)
Increase the fromstring maximum length
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1534 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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;