Fix the white space and tabs issues with fax_retry.lua.

This commit is contained in:
Mark Crane 2014-02-19 06:15:53 +00:00
parent 9729c9ef0b
commit b12c258e05
1 changed files with 29 additions and 34 deletions

View File

@ -185,7 +185,6 @@
fax_file
);
--busy number
elseif (fax_retry_attempts == 17) then
freeswitch.consoleLog("INFO","FAX_RETRY FAILED: TRIED ["..fax_busy_attempts.."] of [4]: BUSY NUMBER\n");
@ -205,7 +204,6 @@
freeswitch.consoleLog("INFO", "FAX_RETRY_STATS FAILURE: GATEWAY[".. fax_uri .."], tried 5 combinations without success");
email_message_fail = email_message_fail.." We tried sending 5 times ways. You may also want to know that the call was busy "..fax_busy_attempts.." of those times."
email_address = email_address:gsub("\\,", ",");
freeswitch.email("",
@ -217,9 +215,6 @@
fax_retry_attempts = fax_retry_attempts + 1;
end
api = freeswitch.API();
if ( not cmd ) then