Browse Source

forgot \n on messages.

James Rose 12 years ago
parent
commit
10d971656d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      includes/install/scripts/fax_retry.lua

+ 2 - 2
includes/install/scripts/fax_retry.lua

@@ -133,7 +133,7 @@
 			else
 			else
 				--the fax failed completely. send a message
 				--the fax failed completely. send a message
 				freeswitch.consoleLog("INFO","FAX_RETRY FAILED: TRIED ["..fax_retry_attempts.."] of [4]: GIVING UP\n");
 				freeswitch.consoleLog("INFO","FAX_RETRY FAILED: TRIED ["..fax_retry_attempts.."] of [4]: GIVING UP\n");
-				freeswitch.consoleLog("INFO", "FAX_RETRY_STATS FAILURE: GATEWAY[".. fax_uri .."], tried 5 combinations without success");
+				freeswitch.consoleLog("INFO", "FAX_RETRY_STATS FAILURE: GATEWAY[".. fax_uri .."], tried 5 combinations without success\n");
 
 
 				email_address = email_address:gsub("\\,", ",");
 				email_address = email_address:gsub("\\,", ",");
 		
 		
@@ -174,7 +174,7 @@
 		else	
 		else	
 			fax_trial = "fax_retry had an issue and tried more than 5 times"
 			fax_trial = "fax_retry had an issue and tried more than 5 times"
 		end
 		end
-		freeswitch.consoleLog("INFO", "FAX_RETRY_STATS SUCCESS: GATEWAY[".. fax_uri .."] VARS[" .. fax_trial .. "]");
+		freeswitch.consoleLog("INFO", "FAX_RETRY_STATS SUCCESS: GATEWAY[".. fax_uri .."] VARS[" .. fax_trial .. "]\n");
 		email_address = email_address:gsub("\\,", ",");
 		email_address = email_address:gsub("\\,", ",");
 
 
 		freeswitch.email("",
 		freeswitch.email("",