Requires a colon

This commit is contained in:
FusionPBX 2023-07-07 09:48:21 -06:00 committed by GitHub
parent 3dfe583a42
commit 5fb8ab41d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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