X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=apps%2Fapp_voicemail.c;h=dca4eceeef526ad747209a83f56ce39ea8e0ef4b;hp=1da52194b5827b4ec98fcf5f7491a159699bf3a3;hb=a368df42d47d24a981097ac4c4f71b904be55346;hpb=2c90d80b8fbe2bb59471bee4eae22b22dd528be9 diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 1da5219..dca4ece 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 {