Updated CHANGES file to mention res_fax and res_fax_spandsp.

Also fixed MODULEINFO depends and conflicts for app_fax, res_fax, and res_fax_spandsp.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@250302 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Matthew Nicholson 16 years ago
parent ba1a8d3ff0
commit 8ef8706944

@ -393,6 +393,13 @@ Security Events Framework
coming soon. For more information on the security events framework, see the coming soon. For more information on the security events framework, see the
"Security Events" chapter of the included documentation - doc/tex/asterisk.pdf. "Security Events" chapter of the included documentation - doc/tex/asterisk.pdf.
Fax
---
* A technology independent fax frontend (res_fax) has been added to Asterisk.
* 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.
Miscellaneous Miscellaneous
------------- -------------
* The transmit_silence_during_record option in asterisk.conf.sample has been removed. * The transmit_silence_during_record option in asterisk.conf.sample has been removed.

@ -13,7 +13,9 @@
*/ */
/*** MODULEINFO /*** MODULEINFO
<depend>spandsp</depend> <defaultenabled>no</defaultenabled>
<depend>spandsp</depend>
<conflict>res_fax</conflict>
***/ ***/
#include "asterisk.h" #include "asterisk.h"

@ -17,6 +17,10 @@
* at the top of the source tree. * at the top of the source tree.
*/ */
/*** MODULEINFO
<conflict>app_fax</conflict>
***/
/*! \file /*! \file
* *
* \brief Generic FAX Resource for FAX technology resource modules * \brief Generic FAX Resource for FAX technology resource modules

@ -26,7 +26,8 @@
*/ */
/*** MODULEINFO /*** MODULEINFO
<depend>spandsp</depend> <depend>spandsp</depend>
<depend>res_fax</depend>
***/ ***/
#include "asterisk.h" #include "asterisk.h"

Loading…
Cancel
Save