[asterisk-commits] jrose: branch 10 r329538 - in /branches/10: ./ apps/app_voicemail.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jul 26 09:19:39 CDT 2011


Author: jrose
Date: Tue Jul 26 09:19:34 2011
New Revision: 329538

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=329538
Log:
Merged revisions 329529 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329529 | jrose | 2011-07-26 09:04:55 -0500 (Tue, 26 Jul 2011) | 5 lines
  
  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/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=329538&r1=329537&r2=329538
==============================================================================
--- branches/10/apps/app_voicemail.c (original)
+++ branches/10/apps/app_voicemail.c Tue Jul 26 09:19:34 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 asterisk-commits mailing list