summaryrefslogtreecommitdiff
path: root/hpec/hpec_zaptel.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-28 20:44:28 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-28 20:44:28 +0000
commit0a3be34270e02db587d49751e4e90bb210833869 (patch)
treeca159ef5e8b907254af16d63ab8006c7b73ccfa6 /hpec/hpec_zaptel.h
parent02eacfebadb57ea35e8ec4879aa94364babc5df6 (diff)
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)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2251 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'hpec/hpec_zaptel.h')
-rw-r--r--hpec/hpec_zaptel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hpec/hpec_zaptel.h b/hpec/hpec_zaptel.h
index b03bfe6..5a8ca1b 100644
--- a/hpec/hpec_zaptel.h
+++ b/hpec/hpec_zaptel.h
@@ -98,7 +98,7 @@ static inline struct echo_can_state *echo_can_create(int len, int adaption_mode)
static inline int echo_can_traintap(struct echo_can_state *ec, int pos, short val)
{
- return 0;
+ return 1;
}
DECLARE_MUTEX(license_lock);