projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
app_voicemail: when forwarding a message, play vm-msgforwarded instead of vm-msgsaved
[asterisk/asterisk.git]
/
apps
/
app_voicemail.c
diff --git
a/apps/app_voicemail.c
b/apps/app_voicemail.c
index
1da5219
..
dca4ece
100644
(file)
--- 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 {