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

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jun 22 08:13:38 CDT 2011


Author: mnicholson
Date: Wed Jun 22 08:13:34 2011
New Revision: 324464

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=324464
Log:
don't expect T.38 to be supported on gateway channels.  No sense in doing T.38 between ourselves and the GW.

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

Modified: team/irroot/t38gateway-trunk/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/t38gateway-trunk/res/res_fax.c?view=diff&rev=324464&r1=324463&r2=324464
==============================================================================
--- team/irroot/t38gateway-trunk/res/res_fax.c (original)
+++ team/irroot/t38gateway-trunk/res/res_fax.c Wed Jun 22 08:13:34 2011
@@ -1061,10 +1061,6 @@
 	case T38_STATE_REJECTED:
 	case T38_STATE_UNAVAILABLE:
 		details->caps |= AST_FAX_TECH_AUDIO;
-		/* The T.38 Gateway provides T.38 so if its active T.38 is a valid option*/
-		if (details->option.t38gateway) {
-			details->caps |= AST_FAX_TECH_T38;
-		}
 		break;
 	case T38_STATE_NEGOTIATED:
 		/* i am already T.38 have i been answered already and switched to T.38 ?? */




More information about the asterisk-commits mailing list