From 58061a188bb805baa7f49fcb733547b4440946a2 Mon Sep 17 00:00:00 2001 From: racitup Date: Tue, 31 Mar 2020 20:58:04 +0100 Subject: [PATCH] Fix followed_by recording reference (#5222) --- .../scripts/app/voicemail/resources/functions/macro.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/scripts/resources/scripts/app/voicemail/resources/functions/macro.lua b/app/scripts/resources/scripts/app/voicemail/resources/functions/macro.lua index 2668d042ae..c310eddc44 100644 --- a/app/scripts/resources/scripts/app/voicemail/resources/functions/macro.lua +++ b/app/scripts/resources/scripts/app/voicemail/resources/functions/macro.lua @@ -235,7 +235,8 @@ --Please enter the extension to forward this message to followed by # if (name == "forward_enter_extension") then table.insert(actions, {app="streamFile",data="voicemail/vm-forward_enter_ext.wav"}); - table.insert(actions, {app="streamFile",data="voicemail/vm-followed_by_pound.wav"}); + table.insert(actions, {app="streamFile",data="voicemail/vm-followed_by.wav"}); + table.insert(actions, {app="streamFile",data="ascii/35.wav"}); end --To forward this recording to your email press 9 if (name == "forward_to_email") then