mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +00:00
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. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@279692 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
11
CHANGES
11
CHANGES
@@ -490,8 +490,15 @@ Fax
|
|||||||
* A spandsp based fax backend (res_fax_spandsp) has been added.
|
* 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 app_fax module has been deprecated in favor of the res_fax module and
|
||||||
the new res_fax_spandsp backend.
|
the new res_fax_spandsp backend.
|
||||||
* A new FAX logger level has been created for spandsp replacing the DEBUG logger
|
* The SendFAX and ReceiveFAX applications now send their log messages to a
|
||||||
level. The logger.conf.sample file has been update to include an example.
|
'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
|
Miscellaneous
|
||||||
-------------
|
-------------
|
||||||
|
@@ -106,9 +106,6 @@ From 1.6.2 to 1.8:
|
|||||||
482 Loop Detected response. The dialplan will just continue from where it
|
482 Loop Detected response. The dialplan will just continue from where it
|
||||||
left off.
|
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:
|
From 1.6.1 to 1.6.2:
|
||||||
|
|
||||||
* SIP no longer sends the 183 progress message for early media by
|
* SIP no longer sends the 183 progress message for early media by
|
||||||
|
Reference in New Issue
Block a user