[svn-commits] kpfleming: trunk r235010 - /trunk/apps/app_fax.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Dec 15 08:35:49 CST 2009


Author: kpfleming
Date: Tue Dec 15 08:35:46 2009
New Revision: 235010

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=235010
Log:
spandsp does in fact support V.17 modulation at 14.4 kilobits per second,
so we should generate T38MaxBitRate of 14400 (even though that doesn't really
affect the FAX transmission much at all)


Modified:
    trunk/apps/app_fax.c

Modified: trunk/apps/app_fax.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_fax.c?view=diff&rev=235010&r1=235009&r2=235010
==============================================================================
--- trunk/apps/app_fax.c (original)
+++ trunk/apps/app_fax.c Tue Dec 15 08:35:46 2009
@@ -370,7 +370,7 @@
 	enum ast_t38_state t38_state;
 	struct ast_control_t38_parameters t38_parameters = { .version = 0,
 							     .max_ifp = 800,
-							     .rate = AST_T38_RATE_9600,
+							     .rate = AST_T38_RATE_14400,
 							     .rate_management = AST_T38_RATE_MANAGEMENT_TRANSFERRED_TCF,
 							     .fill_bit_removal = 1,
 							     .transcoding_mmr = 1,




More information about the svn-commits mailing list