[zaptel-commits] mattf: branch 1.4 r3775 - /branches/1.4/wctdm24xxp/base.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Thu Jan 31 16:40:42 CST 2008


Author: mattf
Date: Thu Jan 31 16:40:42 2008
New Revision: 3775

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3775
Log:
Fix bug so that echo cancellation actually will be disabled

Modified:
    branches/1.4/wctdm24xxp/base.c

Modified: branches/1.4/wctdm24xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wctdm24xxp/base.c?view=diff&rev=3775&r1=3774&r2=3775
==============================================================================
--- branches/1.4/wctdm24xxp/base.c (original)
+++ branches/1.4/wctdm24xxp/base.c Thu Jan 31 16:40:42 2008
@@ -3511,6 +3511,7 @@
 				if (debug & DEBUG_ECHOCAN)
 					printk("Echocan enable took %d ms\n", wc->intcount - start);
 			} else {
+				res = gpakAlgControl(vpm150m->dspid, i, BypassEcanA, &pstatus);
 				if (debug & DEBUG_ECHOCAN)
 					printk("Echocan disable took %d ms\n", wc->intcount - start);
 			}




More information about the zaptel-commits mailing list