summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authorRusty Newton <rnewton@digium.com>2013-11-23 00:22:02 +0000
committerRusty Newton <rnewton@digium.com>2013-11-23 00:22:02 +0000
commita368df42d47d24a981097ac4c4f71b904be55346 (patch)
tree80c193e0b66d8ce0d2bdfd569cd280deb0a9be70 /apps/app_voicemail.c
parent2c90d80b8fbe2bb59471bee4eae22b22dd528be9 (diff)
app_voicemail: when forwarding a message, play vm-msgforwarded instead of vm-msgsaved
In the last release of sounds, 1.4.25 we added a vm-msgforwarded prompt for various core languages. Now we use that prompt. (issue ASTERISK-21413) (closes issue ASTERISK-21413) Reported by: netwrkr Tested by: newtonr git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@403106 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 1da52194b..dca4eceee 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -8158,7 +8158,7 @@ static int forward_message(struct ast_channel *chan, char *context, struct vm_st
/* If forwarded with intro, DON'T PLAY THIS MESSAGE AGAIN! */
if (ast_strlen_zero(vmstmp.introfn))
#endif
- res = ast_play_and_wait(chan, "vm-msgsaved");
+ res = ast_play_and_wait(chan, "vm-msgforwarded");
}
#ifndef IMAP_STORAGE
else {