[asterisk-commits] jrose: branch 11 r379949 - /branches/11/res/res_fax_spandsp.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jan 22 16:05:18 CST 2013


Author: jrose
Date: Tue Jan 22 16:05:14 2013
New Revision: 379949

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=379949
Log:
res_fax_spandsp: fix t38 transmission bug caused by not returning success

This patch fixes the problem, but the issue includes a test which is still
being considered for the automated test suite.

(issue ASTERISK-20919)
Reported by: NITESH BANSAL
Patches:
	patch_ast_fax_spandsp.patch uploaded by NITESH BANSAL (license 6418)

Modified:
    branches/11/res/res_fax_spandsp.c

Modified: branches/11/res/res_fax_spandsp.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/res/res_fax_spandsp.c?view=diff&rev=379949&r1=379948&r2=379949
==============================================================================
--- branches/11/res/res_fax_spandsp.c (original)
+++ branches/11/res/res_fax_spandsp.c Tue Jan 22 16:05:14 2013
@@ -227,6 +227,7 @@
 	} else {
 		/* no need to lock, this all runs in the same thread */
 		AST_LIST_INSERT_TAIL(&p->read_frames, f, frame_list);
+		res = 0;
 	}
 
 	return res;




More information about the asterisk-commits mailing list