[asterisk-commits] pabelanger: branch 1.8 r279566 - in /branches/1.8: ./ configs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 26 14:51:44 CDT 2010
Author: pabelanger
Date: Mon Jul 26 14:51:39 2010
New Revision: 279566
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=279566
Log:
Add documentation for FAX logger level.
(closes issue #17715)
Reported by: vrban
Patches:
17715.patch uploaded by pabelanger (license 224)
Tested by: vrban
Modified:
branches/1.8/CHANGES
branches/1.8/UPGRADE.txt
branches/1.8/configs/logger.conf.sample
Modified: branches/1.8/CHANGES
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/CHANGES?view=diff&rev=279566&r1=279565&r2=279566
==============================================================================
--- branches/1.8/CHANGES (original)
+++ branches/1.8/CHANGES Mon Jul 26 14:51:39 2010
@@ -484,6 +484,8 @@
* 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
-------------
Modified: branches/1.8/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/UPGRADE.txt?view=diff&rev=279566&r1=279565&r2=279566
==============================================================================
--- branches/1.8/UPGRADE.txt (original)
+++ branches/1.8/UPGRADE.txt Mon Jul 26 14:51:39 2010
@@ -105,6 +105,9 @@
* chan_sip will no longer set up a local call forward when receiving a
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:
Modified: branches/1.8/configs/logger.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/logger.conf.sample?view=diff&rev=279566&r1=279565&r2=279566
==============================================================================
--- branches/1.8/configs/logger.conf.sample (original)
+++ branches/1.8/configs/logger.conf.sample Mon Jul 26 14:51:39 2010
@@ -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
;
More information about the asterisk-commits
mailing list