From: Rusty Newton Date: Sat, 23 Nov 2013 00:22:02 +0000 (+0000) Subject: app_voicemail: when forwarding a message, play vm-msgforwarded instead of vm-msgsaved X-Git-Tag: 13.0.0-beta1~813 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a368df42d47d24a981097ac4c4f71b904be55346;p=thirdparty%2Fasterisk.git 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 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 1da52194b5..dca4eceeef 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 {