Update ivr.conf.lua
This commit is contained in:
@@ -130,6 +130,8 @@
|
|||||||
if #row.recording_base64 > 32 then
|
if #row.recording_base64 > 32 then
|
||||||
is_base64 = true;
|
is_base64 = true;
|
||||||
file.write_base64(path, row.recording_base64);
|
file.write_base64(path, row.recording_base64);
|
||||||
|
--add the full path and file name
|
||||||
|
name = path;
|
||||||
end
|
end
|
||||||
end);
|
end);
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user