summaryrefslogtreecommitdiff
path: root/zaptel.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-03-28 18:53:50 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-03-28 18:53:50 +0000
commit06ac833ad43857fca7cf6f8b23b4355dca0dabd0 (patch)
tree86359494f71c5934342c39d78f618884a504029e /zaptel.c
parent1b8104a6dde4186f4928e29f8214bd91e8cbdc71 (diff)
notify userspace when echo canceller on channel is disabled due to CED detection
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@992 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.c')
-rw-r--r--zaptel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/zaptel.c b/zaptel.c
index 2562686..512b23f 100644
--- a/zaptel.c
+++ b/zaptel.c
@@ -15,7 +15,7 @@
* from Cisco 3620 to IBM x305 here in F1 Group
*
* Copyright (C) 2001 Jim Dixon / Zapata Telephony.
- * Copyright (C) 2001 Linux Support Services, Inc.
+ * Copyright (C) 2001 -2006 Digium, Inc.
*
* All rights reserved.
*
@@ -4810,6 +4810,7 @@ static inline void __zt_process_getaudio_chunk(struct zt_chan *ss, unsigned char
ms->echotimer = 0;
kfree(ms->ec);
ms->ec = NULL;
+ __qevent(ss, ZT_EVENT_EC_DISABLED);
break;
}
}