dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@250302 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mnicholson 2010-03-03 15:39:45 +00:00
parent eef192b568
commit f90164d3b4
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"