[asterisk-commits] mnicholson: branch group/res_fax r237578 - /team/group/res_fax/res/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jan 4 15:52:45 CST 2010


Author: mnicholson
Date: Mon Jan  4 15:52:44 2010
New Revision: 237578

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=237578
Log:
Modified completion test in last commit to support spandsp 0.0.5

Modified:
    team/group/res_fax/res/res_fax_spandsp.c

Modified: team/group/res_fax/res/res_fax_spandsp.c
URL: http://svnview.digium.com/svn/asterisk/team/group/res_fax/res/res_fax_spandsp.c?view=diff&rev=237578&r1=237577&r2=237578
==============================================================================
--- team/group/res_fax/res/res_fax_spandsp.c (original)
+++ team/group/res_fax/res/res_fax_spandsp.c Mon Jan  4 15:52:44 2010
@@ -168,7 +168,11 @@
 
 	now = ast_tvnow();
 
+#if SPANDSP_RELEASE_DATE >= 20080725
 	while (t30_call_active(p->t30_state)) {
+#else
+	while (p->state != T30_PHASE_CALL_FINISHED) {
+#endif
 		if (p->ist38) {
 			last_frame = now;
 			now = ast_tvnow();




More information about the asterisk-commits mailing list