mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
VM Scripts: Restore recording beep tone for add intro on vm forward.
This commit is contained in:
@@ -48,8 +48,9 @@
|
||||
|
||||
--record your message at the tone press any key or stop talking to end the recording
|
||||
if (session:ready()) then
|
||||
--session:sayPhrase("voicemail_record_greeting", "", "en")
|
||||
session:execute("playback", "phrase:voicemail_record_greeting");
|
||||
session:execute("sleep", "1000");
|
||||
session:streamFile("tone_stream://L=1;%(1000, 0, 640)");
|
||||
end
|
||||
|
||||
--set the file full path
|
||||
|
||||
Reference in New Issue
Block a user