aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-29 13:55:22 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-29 13:55:22 +0000
commite4da15a884b63b9be22ea784794736dce344fc6c (patch)
tree1c19d22bad54dd2eb028f56e1bfd2cee32b9712d /apps/app_voicemail.c
parent35de15f66fdfd7d69def21f5e32e5f587cc07152 (diff)
Merged revisions 105261 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r105261 | file | 2008-02-29 09:48:13 -0400 (Fri, 29 Feb 2008) | 4 lines Bump up the size of the uniqueid variable. (closes issue #12107) Reported by: asgaroth ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@105262 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_voicemail.c')
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index df5823220..92e3859af 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -375,7 +375,7 @@ struct ast_vm_user {
char zonetag[80]; /*!< Time zone */
char callback[80];
char dialout[80];
- char uniqueid[20]; /*!< Unique integer identifier */
+ char uniqueid[80]; /*!< Unique integer identifier */
char exit[80];
char attachfmt[20]; /*!< Attachment format */
unsigned int flags; /*!< VM_ flags */