Update ivr.conf.lua

This commit is contained in:
FusionPBX 2017-10-02 22:19:51 -06:00 committed by GitHub
parent 37d312688c
commit dd009a4bee
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@
if #row.recording_base64 > 32 then
is_base64 = true;
file.write_base64(path, row.recording_base64);
--add the full path and file name
name = path;
end
end);
end