mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-20 09:56:32 +00:00
Add record_stereo=true to the ring group lua script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user