summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 7253117b2..ccab7f1e2 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -14748,7 +14748,7 @@ static int play_record_review(struct ast_channel *chan, char *playfile, char *re
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");