From: Jonathan Rose Date: Tue, 26 Jul 2011 14:04:55 +0000 (+0000) Subject: Changes sound file for prepend "then-press-pound" to "vm-then-pound" which is the... X-Git-Tag: 1.8.6.0-rc1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b50c5a387ac3d3ae5b9545a66522a9fbb4568bf;p=thirdparty%2Fasterisk.git 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. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@329529 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 16280c5f46..a9e8f499c2 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -873,7 +873,7 @@ static char vm_pls_try_again[80] = "vm-pls-try-again"; * 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};