diff --git a/CHANGES b/CHANGES index b16879a615915bc1f6d3c109431d5384cab99154..05df54e6beb639aed18de5af87d4bc18f431eca8 100644 --- a/CHANGES +++ b/CHANGES @@ -490,6 +490,8 @@ Fax * A spandsp based fax backend (res_fax_spandsp) has been added. * The app_fax module has been deprecated in favor of the res_fax module and the new res_fax_spandsp backend. + * A new FAX logger level has been created for spandsp replacing the DEBUG logger + level. The logger.conf.sample file has been update to include an example. Miscellaneous ------------- diff --git a/UPGRADE-1.8.txt b/UPGRADE-1.8.txt index 677fdb7c21a1ebe160778e679f36f0696f909ca3..a256297ebdcd3dfbfdbd88db3a380ef6a61eba99 100644 --- a/UPGRADE-1.8.txt +++ b/UPGRADE-1.8.txt @@ -106,6 +106,9 @@ From 1.6.2 to 1.8: 482 Loop Detected response. The dialplan will just continue from where it left off. +* All fax-related messages from spandsp, that previously went to DEBUG logger + level, will now be logged to a FAX logger if possible. + From 1.6.1 to 1.6.2: * SIP no longer sends the 183 progress message for early media by diff --git a/configs/logger.conf.sample b/configs/logger.conf.sample index 0d90c80b7efc1af5b59cb8047bd90293954fc1fb..87e8f42293c2f6102b571403a013321fe915d28c 100644 --- a/configs/logger.conf.sample +++ b/configs/logger.conf.sample @@ -75,6 +75,7 @@ ; error ; verbose ; dtmf +; fax ; ; Special filename "console" represents the system console ; @@ -106,7 +107,7 @@ console => notice,warning,error ;console => notice,warning,error,debug messages => notice,warning,error -;full => notice,warning,error,debug,verbose +;full => notice,warning,error,debug,verbose,dtmf,fax ;syslog keyword : This special keyword logs to syslog facility ;