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
This commit is contained in:
Matthew Nicholson
2010-03-03 15:39:45 +00:00
parent ba1a8d3ff0
commit 8ef8706944
4 changed files with 16 additions and 2 deletions

View File

@@ -393,6 +393,13 @@ Security Events Framework
coming soon. For more information on the security events framework, see the
"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
-------------
* The transmit_silence_during_record option in asterisk.conf.sample has been removed.

View File

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

View File

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

View File

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