Fax: Prevent fax_destination field from being populated on received faxes.

This commit is contained in:
Nate Jones 2015-05-09 06:21:53 +00:00
parent 0a52f9cc75
commit b904214d59
1 changed files with 0 additions and 6 deletions

View File

@ -305,9 +305,6 @@
table.insert(sql, "fax_file_uuid, ");
table.insert(sql, "fax_uuid, ");
table.insert(sql, "fax_mode, ");
if (sip_to_user ~= nil) then
table.insert(sql, "fax_destination, ");
end
table.insert(sql, "fax_file_type, ");
table.insert(sql, "fax_file_path, ");
if (caller_id_name ~= nil) then
@ -328,9 +325,6 @@
table.insert(sql, "'" .. uuid .. "', ");
table.insert(sql, "'" .. fax_uuid .. "', ");
table.insert(sql, "'rx', ");
if (sip_to_user ~= nil) then
table.insert(sql, "'" .. sip_to_user .. "', ");
end
table.insert(sql, "'tif', ");
table.insert(sql, "'" .. fax_file .. "', ");
if (caller_id_name ~= nil) then