[svn-commits] sruffell: linux/trunk r6844 - /linux/trunk/drivers/dahdi/wcte12xp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 16 12:30:00 CDT 2009


Author: sruffell
Date: Thu Jul 16 12:29:53 2009
New Revision: 6844

URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=6844
Log:
wcte12xp: Disable vpmadt032 companding by default.

This fixes a regression in 2.2.0 where certain configurations will fail
patloop test or have repeated HDLC aborts because the VPMADT032 is modifying
the clear channel or d channel data streams.  This restores the behavior to
how it was in dahdi-linux 2.1.0.4.

(closes issue #15498)
Reported by: alecdavis
Tested by: alecdavis

Modified:
    linux/trunk/drivers/dahdi/wcte12xp/base.c

Modified: linux/trunk/drivers/dahdi/wcte12xp/base.c
URL: http://svn.asterisk.org/svn-view/dahdi/linux/trunk/drivers/dahdi/wcte12xp/base.c?view=diff&rev=6844&r1=6843&r2=6844
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/base.c (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/base.c Thu Jul 16 12:29:53 2009
@@ -1314,7 +1314,7 @@
 	chanconfig->MuteToneB = Disabled;
 	chanconfig->FaxCngDetB = Disabled;
 
-	chanconfig->SoftwareCompand = cmpPCMU;
+	chanconfig->SoftwareCompand = cmpNone;
 
 	chanconfig->FrameRate = rate10ms;
 




More information about the svn-commits mailing list