mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Requires a colon
This commit is contained in:
@@ -812,7 +812,7 @@
|
||||
--record the session
|
||||
if (record_session) then
|
||||
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);
|
||||
session:setVariable("record_path", record_path);
|
||||
else
|
||||
record_session = ""
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user