mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 18:33:49 +00:00
Update index.lua (#2858)
Removal of the ( ) in the sched_api cmd string allows the start_recording.lua to function as designed. Added "..scripts_dir.." as well.
This commit is contained in:
committed by
FusionPBX
parent
ec6e5c85ff
commit
1e6bf55869
@@ -775,7 +775,7 @@
|
||||
end
|
||||
--record the conference
|
||||
if (record == "true") then
|
||||
cmd="sched_api (+5 none lua app/conference_center/resources/scripts/start_recording.lua "..meeting_uuid.." "..domain_name.." "..record_ext.." )";
|
||||
cmd="sched_api +5 none lua "..scripts_dir.."/app/conference_center/resources/scripts/start_recording.lua "..meeting_uuid.." "..domain_name.." "..record_ext;
|
||||
api:executeString(cmd);
|
||||
end
|
||||
--send the call to the conference
|
||||
|
||||
Reference in New Issue
Block a user