summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2011-07-26 14:27:31 +0000
committerJonathan Rose <jrose@digium.com>2011-07-26 14:27:31 +0000
commit41630b37bc19a1b8f0ef4b9e61d835b18c0e5844 (patch)
tree10caf49947b191f3c88a5b2249b73206c69ab1e9 /apps/app_voicemail.c
parent462e0fe5307828e3a06c1855b2bc9020f96e2d6e (diff)
Merged revisions 329538 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ................ r329538 | jrose | 2011-07-26 09:19:34 -0500 (Tue, 26 Jul 2011) | 11 lines 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. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@329564 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_voicemail.c')
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index da2d99213..0015d1e45 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};