Index: app_voicemail.c =================================================================== --- app_voicemail.c (revision 376261) +++ app_voicemail.c (working copy) @@ -14748,7 +14748,7 @@ strcpy(flag, "Urgent"); } else if (flag) { ast_verb(3, "UNmarking message as Urgent\n"); - res = ast_play_and_wait(chan, "vm-urgent-removed"); + res = ast_play_and_wait(chan, "vm-marked-nonurgent"); strcpy(flag, ""); } else { ast_play_and_wait(chan, "vm-sorry");