[asterisk-commits] mnicholson: branch irroot/t38gateway-trunk r325813 - /team/irroot/t38gateway-...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jun 30 11:47:55 CDT 2011


Author: mnicholson
Date: Thu Jun 30 11:47:51 2011
New Revision: 325813

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=325813
Log:
removed development comment

Modified:
    team/irroot/t38gateway-trunk/res/res_fax_spandsp.c

Modified: team/irroot/t38gateway-trunk/res/res_fax_spandsp.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/t38gateway-trunk/res/res_fax_spandsp.c?view=diff&rev=325813&r1=325812&r2=325813
==============================================================================
--- team/irroot/t38gateway-trunk/res/res_fax_spandsp.c (original)
+++ team/irroot/t38gateway-trunk/res/res_fax_spandsp.c Thu Jun 30 11:47:51 2011
@@ -696,7 +696,6 @@
 	t38_set_data_rate_management_method(p->t38_core_state, 
 			(t38_param->rate_management == AST_T38_RATE_MANAGEMENT_TRANSFERRED_TCF)? 1 : 2);
 
-	/* XXX should this be configurable via FAXOPT? */
 	t38_gateway_set_transmit_on_idle(&p->t38_gw_state, TRUE);
 	t38_set_sequence_number_handling(p->t38_core_state, TRUE);
 




More information about the asterisk-commits mailing list