[svn-commits] qwell: branch 1.4 r2802 - in /branches/1.4: ./ hpec/hpec_zaptel.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 30 12:23:50 CDT 2007


Author: qwell
Date: Mon Jul 30 12:23:49 2007
New Revision: 2802

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2802
Log:
Merged revisions 2251 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r2251 | kpfleming | 2007-02-28 14:44:28 -0600 (Wed, 28 Feb 2007) | 2 lines

allow the HPEC to work even if echotraining has been requested (the HPEC doesn't do echotraining, but it shouldn't fail just because the user asked for it)

........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/hpec/hpec_zaptel.h

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/hpec/hpec_zaptel.h
URL: http://svn.digium.com/view/zaptel/branches/1.4/hpec/hpec_zaptel.h?view=diff&rev=2802&r1=2801&r2=2802
==============================================================================
--- branches/1.4/hpec/hpec_zaptel.h (original)
+++ branches/1.4/hpec/hpec_zaptel.h Mon Jul 30 12:23:49 2007
@@ -103,7 +103,7 @@
 
 static inline int echo_can_traintap(struct echo_can_state *ec, int pos, short val)
 {
-	return 0;
+	return 1;
 }
 
 DECLARE_MUTEX(license_lock);




More information about the svn-commits mailing list