Fix followed_by recording reference (#5222)

This commit is contained in:
racitup 2020-03-31 20:58:04 +01:00 committed by GitHub
parent dd5c5a90c8
commit 58061a188b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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