[asterisk-commits] newtonr: branch 10 r376263 - in /branches/10: ./ apps/app_voicemail.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Nov 14 19:50:58 CST 2012


Author: newtonr
Date: Wed Nov 14 19:50:54 2012
New Revision: 376263

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=376263
Log:
(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

Modified:
    branches/10/   (props changed)
    branches/10/apps/app_voicemail.c

Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/10/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/apps/app_voicemail.c?view=diff&rev=376263&r1=376262&r2=376263
==============================================================================
--- branches/10/apps/app_voicemail.c (original)
+++ branches/10/apps/app_voicemail.c Wed Nov 14 19:50:54 2012
@@ -13565,7 +13565,7 @@
 					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");




More information about the asterisk-commits mailing list