From 0e5d9f53ccd71cd1cce6a46701344418dc69fb9f Mon Sep 17 00:00:00 2001 From: Joshua Colp <jcolp@digium.com> Date: Fri, 29 Feb 2008 13:55:22 +0000 Subject: [PATCH] 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: https://origsvn.digium.com/svn/asterisk/trunk@105262 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index df5823220f..92e3859af0 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 */ -- GitLab