diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index bd6e8b8d68..594a638226 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -2434,7 +2434,7 @@ static int leave_voicemail(struct ast_channel *chan, char *ext, struct leave_vm_ char fmt[80]; char *context; char ecodes[16] = "#"; - char tmp[256] = "", *tmpptr; + char tmp[1024] = "", *tmpptr; struct ast_vm_user *vmu; struct ast_vm_user svm; char *category = NULL;