[svn-commits] tilghman: trunk r206185 - /trunk/apps/app_voicemail.c

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


Author: tilghman
Date: Mon Jul 13 11:23:07 2009
New Revision: 206185

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=206185
Log:
Remove reference to non-existent help file

Modified:
    trunk/apps/app_voicemail.c

Modified: trunk/apps/app_voicemail.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=206185&r1=206184&r2=206185
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Mon Jul 13 11:23:07 2009
@@ -8311,10 +8311,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