Index: apps/app_voicemail.c =================================================================== --- apps/app_voicemail.c (revision 210394) +++ apps/app_voicemail.c (working copy) @@ -5309,7 +5309,7 @@ } #endif /* Notification needs to happen after the copy, though. */ - if (ast_fileexists(fn, NULL, NULL)) { + if (ast_fileexists(fn, NULL, NULL) && !ast_strlen_zero(flag) && !strcmp(flag, "Urgent")) { #ifdef IMAP_STORAGE notify_new_message(chan, vmu, vms, msgnum, duration, fmt, S_OR(chan->cid.cid_num, NULL), S_OR(chan->cid.cid_name, NULL), flag); #else