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
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.
*/
/*** MODULEINFO
- <depend>spandsp</depend>
+ <defaultenabled>no</defaultenabled>
+ <depend>spandsp</depend>
+ <conflict>res_fax</conflict>
***/
#include "asterisk.h"
* at the top of the source tree.
*/
+/*** MODULEINFO
+ <conflict>app_fax</conflict>
+***/
+
/*! \file
*
* \brief Generic FAX Resource for FAX technology resource modules
*/
/*** MODULEINFO
- <depend>spandsp</depend>
+ <depend>spandsp</depend>
+ <depend>res_fax</depend>
***/
#include "asterisk.h"