]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 376263 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Thu, 15 Nov 2012 02:22:09 +0000 (02:22 +0000)
committerAutomerge script <automerge@asterisk.org>
Thu, 15 Nov 2012 02:22:09 +0000 (02:22 +0000)
file:///srv/subversion/repos/asterisk/branches/10

................
  r376263 | newtonr | 2012-11-14 19:50:54 -0600 (Wed, 14 Nov 2012) | 10 lines

  (issue ASTERISK-20280)
  (closes issue ASTERISK-20280)
  Reported by: Tomo Takebe
  Tested by: Rusty Newton
  Patches:
      asterisk20280.patch uploaded by Rusty Newton (license 5829)
  ........

  Merged revisions 376262 from http://svn.asterisk.org/svn/asterisk/branches/1.8
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@376281 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 4ce0a04541551082f603454944ba48d177c5ac25..ad63432093dd1bda41a6e88a00e4a1216e53dfe7 100644 (file)
@@ -14100,7 +14100,7 @@ static int play_record_review(struct ast_channel *chan, char *playfile, char *re
                                        strcpy(flag, "Urgent");
                                } else if (flag) {
                                        ast_verbose(VERBOSE_PREFIX_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");