[asterisk-commits] mnicholson: branch irroot/t38gateway-trunk r325806 - /team/irroot/t38gateway-...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 30 10:36:07 CDT 2011
Author: mnicholson
Date: Thu Jun 30 10:36:03 2011
New Revision: 325806
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=325806
Log:
removed some development comments
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=325806&r1=325805&r2=325806
==============================================================================
--- team/irroot/t38gateway-trunk/res/res_fax.c (original)
+++ team/irroot/t38gateway-trunk/res/res_fax.c Thu Jun 30 10:36:03 2011
@@ -2613,7 +2613,6 @@
report_fax_status(chan, details, "T.38 Negotiated");
}
- /* XXX check return value? */
fax_gateway_indicate_t38(chan, active, control_params);
ao2_ref(details, -1);
@@ -2643,7 +2642,6 @@
control_params->request_response = AST_T38_NEGOTIATED;
- /* XXX check return value? */
fax_gateway_indicate_t38(chan, active, control_params);
ast_string_field_set(details, result, "SUCCESS");
@@ -2693,7 +2691,6 @@
gateway->t38_state = T38_STATE_NEGOTIATING;
control_params->request_response = AST_T38_REQUEST_TERMINATE;
- /* XXX check return value? */
fax_gateway_indicate_t38(chan, active, control_params);
} else {
gateway->t38_state = T38_STATE_NEGOTIATED;
@@ -2737,7 +2734,6 @@
gateway->t38_state = T38_STATE_REJECTED;
control_params->request_response = AST_T38_TERMINATED;
- /* XXX check return value? */
fax_gateway_indicate_t38(chan, active, control_params);
ao2_ref(details, -1);
More information about the asterisk-commits
mailing list