Fax: Upgrade script to generate and store meta-data from existing fax files, fix Lua script to insert correct fax file path into db, JavaScript prompt corrections, adjust redirect after send to use new interface, fix delete so files on file system are removed (using path from db), fix paging and sorting on Inbox and Sent, fix TIF to PDF conversion for viewing sent/received faxes (if PDF version not present).

This commit is contained in:
Nate Jones
2015-05-09 05:22:29 +00:00
parent 771ebbdc1a
commit 95e965b108
10 changed files with 219 additions and 657 deletions

View File

@@ -340,6 +340,7 @@
table.insert(sql, "'" .. sip_to_user .. "', ");
end
table.insert(sql, "'tif', ");
fax_file = string.gsub(fax_file, '/temp/', '/sent/');
table.insert(sql, "'" .. fax_file .. "', ");
table.insert(sql, "'" .. origination_caller_id_name .. "', ");
table.insert(sql, "'" .. origination_caller_id_number .. "', ");