[svn-commits] jrose: branch 1.8 r329529 - /branches/1.8/apps/app_voicemail.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Jul 26 09:04:58 CDT 2011
Author: jrose
Date: Tue Jul 26 09:04:55 2011
New Revision: 329529
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=329529
Log:
Changes sound file for prepend "then-press-pound" to "vm-then-pound" which is the same
prompt, only it turned out "then-press-pound" was part of extra sounds. Also, vm is more
appropriate anyway.
Modified:
branches/1.8/apps/app_voicemail.c
Modified: branches/1.8/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/apps/app_voicemail.c?view=diff&rev=329529&r1=329528&r2=329529
==============================================================================
--- branches/1.8/apps/app_voicemail.c (original)
+++ branches/1.8/apps/app_voicemail.c Tue Jul 26 09:04:55 2011
@@ -873,7 +873,7 @@
* 3. Something way different like providing instructions before a time out or a post-recording menu. This would require
* more effort than either of the other two.
*/
-static char vm_prepend_timeout[80] = "then-press-pound";
+static char vm_prepend_timeout[80] = "vm-then-pound";
static struct ast_flags globalflags = {0};
More information about the svn-commits
mailing list