Index: apps/app_voicemail.c =================================================================== --- apps/app_voicemail.c (revision 244062) +++ apps/app_voicemail.c (working copy) @@ -6139,18 +6139,14 @@ } else { /* DEFAULT syntax */ res = wait_file2(chan, vms, "vm-message"); } - if (vms->curmsg && (vms->curmsg != vms->lastmsg)) { - if (!res) { - res = ast_say_number(chan, vms->curmsg + 1, AST_DIGIT_ANY, chan->language, NULL); - } if (vms->curmsg && (vms->curmsg != vms->lastmsg)) { if (!res) { res = ast_say_number(chan, vms->curmsg + 1, AST_DIGIT_ANY, chan->language, NULL); } } } - } + /* Retrieve info from VM attribute file */ make_file(vms->fn2, sizeof(vms->fn2), vms->curdir, vms->curmsg); snprintf(filename, sizeof(filename), "%s.txt", vms->fn2);