[zaptel-commits] kpfleming: branch 1.2 r2251 -
/branches/1.2/hpec/hpec_zaptel.h
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Wed Feb 28 13:44:29 MST 2007
Author: kpfleming
Date: Wed Feb 28 14:44:28 2007
New Revision: 2251
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2251
Log:
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.2/hpec/hpec_zaptel.h
Modified: branches/1.2/hpec/hpec_zaptel.h
URL: http://svn.digium.com/view/zaptel/branches/1.2/hpec/hpec_zaptel.h?view=diff&rev=2251&r1=2250&r2=2251
==============================================================================
--- branches/1.2/hpec/hpec_zaptel.h (original)
+++ branches/1.2/hpec/hpec_zaptel.h Wed Feb 28 14:44:28 2007
@@ -98,7 +98,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 zaptel-commits
mailing list