Index: app_voicemail.c =================================================================== --- app_voicemail.c (revision 402274) +++ app_voicemail.c (working copy) @@ -8158,7 +8158,7 @@ /* 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 {