[asterisk-commits] newtonr: branch 11 r376264 - in /branches/11: ./ apps/app_voicemail.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Nov 14 20:08:10 CST 2012


Author: newtonr
Date: Wed Nov 14 20:08:06 2012
New Revision: 376264

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

Merged revisions 376263 from http://svn.asterisk.org/svn/asterisk/branches/10

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

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

Modified: branches/11/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/apps/app_voicemail.c?view=diff&rev=376264&r1=376263&r2=376264
==============================================================================
--- branches/11/apps/app_voicemail.c (original)
+++ branches/11/apps/app_voicemail.c Wed Nov 14 20:08:06 2012
@@ -14664,7 +14664,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");




More information about the asterisk-commits mailing list