[asterisk-commits] pabelanger: trunk r279692 - in /trunk: ./ CHANGES UPGRADE-1.8.txt
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 26 18:35:06 CDT 2010
Author: pabelanger
Date: Mon Jul 26 18:35:03 2010
New Revision: 279692
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=279692
Log:
Merged revisions 279689 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r279689 | pabelanger | 2010-07-26 19:29:34 -0400 (Mon, 26 Jul 2010) | 2 lines
Updated documentation for FAX logger level.
........
Modified:
trunk/ (props changed)
trunk/CHANGES
trunk/UPGRADE-1.8.txt
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.8-merged (original)
+++ branch-1.8-merged Mon Jul 26 18:35:03 2010
@@ -1,1 +1,1 @@
-/branches/1.8:1-279056,279113,279227,279273,279280,279314,279390,279410,279442,279472,279502,279504,279562,279566,279568,279598,279601,279619,279658
+/branches/1.8:1-279056,279113,279227,279273,279280,279314,279390,279410,279442,279472,279502,279504,279562,279566,279568,279598,279601,279619,279658,279689
Modified: trunk/CHANGES
URL: http://svnview.digium.com/svn/asterisk/trunk/CHANGES?view=diff&rev=279692&r1=279691&r2=279692
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Mon Jul 26 18:35:03 2010
@@ -490,8 +490,15 @@
* 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.
+ * The SendFAX and ReceiveFAX applications now send their log messages to a
+ 'fax' logger level, instead of to the generic logger levels. To see these
+ messages, the system's logger.conf file will need to direct the 'fax' logger
+ level to one or more destinations; the logger.conf.sample file includes an
+ example of how to do this. Note that if the 'fax' logger level is *not*
+ directed to at least one destination, log messages generated by these
+ applications will be lost, and that if the 'fax' logger level is directed to
+ the console, the 'core set verbose' and 'core set debug' CLI commands will
+ have no effect on whether the messages appear on the console or not.
Miscellaneous
-------------
Modified: trunk/UPGRADE-1.8.txt
URL: http://svnview.digium.com/svn/asterisk/trunk/UPGRADE-1.8.txt?view=diff&rev=279692&r1=279691&r2=279692
==============================================================================
--- trunk/UPGRADE-1.8.txt (original)
+++ trunk/UPGRADE-1.8.txt Mon Jul 26 18:35:03 2010
@@ -105,9 +105,6 @@
* 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:
More information about the asterisk-commits
mailing list