projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2ee614
)
Increase the fromstring maximum length
author
Martin Pycko
<martinp@digium.com>
Sat, 20 Sep 2003 04:47:33 +0000
(
04:47
+0000)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/apps/app_voicemail2.c
b/apps/app_voicemail2.c
index
a2f6225
..
0db25ad
100755
(executable)
--- 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;