[svn-commits] tilghman: branch 1.6.1 r206186 - in /branches/1.6.1: ./ apps/app_voicemail.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 13 11:24:49 CDT 2009


Author: tilghman
Date: Mon Jul 13 11:24:46 2009
New Revision: 206186

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=206186
Log:
Merged revisions 206185 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r206185 | tilghman | 2009-07-13 11:23:07 -0500 (Mon, 13 Jul 2009) | 2 lines
  
  Remove reference to non-existent help file
........

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

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/apps/app_voicemail.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/apps/app_voicemail.c?view=diff&rev=206186&r1=206185&r2=206186
==============================================================================
--- branches/1.6.1/apps/app_voicemail.c (original)
+++ branches/1.6.1/apps/app_voicemail.c Mon Jul 13 11:24:46 2009
@@ -8131,10 +8131,7 @@
 			}
 		}
 		if (!res) {
-			if (skipadvanced)
-				res = ast_play_and_wait(chan, "vm-helpexit-full");
-			else
-				res = ast_play_and_wait(chan, "vm-helpexit");
+			res = ast_play_and_wait(chan, "vm-helpexit");
 		}
 		if (!res)
 			res = ast_waitfordigit(chan, 6000);




More information about the svn-commits mailing list