[asterisk-commits] kpfleming: branch 1.6.1 r235012 - in	/branches/1.6.1: ./ apps/app_fax.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Dec 15 08:36:47 CST 2009
    
    
  
Author: kpfleming
Date: Tue Dec 15 08:36:45 2009
New Revision: 235012
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=235012
Log:
Merged revisions 235010 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk
........
  r235010 | kpfleming | 2009-12-15 08:35:46 -0600 (Tue, 15 Dec 2009) | 5 lines
  
  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:
    branches/1.6.1/   (props changed)
    branches/1.6.1/apps/app_fax.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/apps/app_fax.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/apps/app_fax.c?view=diff&rev=235012&r1=235011&r2=235012
==============================================================================
--- branches/1.6.1/apps/app_fax.c (original)
+++ branches/1.6.1/apps/app_fax.c Tue Dec 15 08:36:45 2009
@@ -327,7 +327,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 asterisk-commits
mailing list