Add record_stereo=true to the ring group lua script

This commit is contained in:
FusionPBX
2026-02-04 12:29:04 -07:00
committed by GitHub
parent 2619cfd2b4
commit 10d39c2100

View File

@@ -1040,6 +1040,7 @@
--record the session
if (record_session) then
session:setVariable("record_stereo", "true");
record_session = ",api_on_answer='uuid_record "..uuid.." start ".. record_path .. "/" .. record_name .. "',record_path='".. record_path .."',record_name="..record_name;
session:setVariable("record_path", record_path);
else