aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xapps/app_voicemail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 6c360221c..fe13a7fca 100755
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -3179,6 +3179,7 @@ static int vm_execmain(struct ast_channel *chan, void *data)
LOCAL_USER_ADD(u);
memset(&vms, 0, sizeof(vms));
+ memset(&vmus, 0, sizeof(vmus));
strncpy(fmtc, vmfmts, sizeof(fmtc) - 1);
if (chan->_state != AST_STATE_UP)
ast_answer(chan);