Update fax_retry.lua

This commit is contained in:
FusionPBX 2019-12-21 23:07:04 -07:00 committed by GitHub
parent e2adfcecb7
commit b0583bea03
1 changed files with 0 additions and 10 deletions

View File

@ -375,16 +375,6 @@
end
end);
--prepare the subject
subject = subject:gsub("${number_dialed}", number_dialed);
subject = subject:gsub("${fax_busy_attempts}", fax_busy_attempts);
subject = trim(subject);
subject = '=?utf-8?B?'..base64.encode(subject)..'?=';
--prepare the body
body = body:gsub("${number_dialed}", number_dialed);
body = body:gsub("${fax_busy_attempts}", fax_busy_attempts);
--add the fax files
if (fax_success ~= nil) then
if (fax_success =="1") then