From 5f94a3b91de2c3835d6852d59cab9f6876177156 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Wed, 29 Apr 2009 18:24:04 +0000 Subject: echocan: Improve interface for echo cancelers. Echo cancelers are now able to report if they are able to automatically disable their NLP portions in the presence of tones in the audio stream. Also, the interface is changed to allow user space to just disable the NLP portion of the echo canceler. These changes improve fax and modem handling in DAHDI. This commit merges in the changes on http://svn.digium.com/svn/dahdi/linux/team/kpfleming/echocan_work Patch by: kpfleming Also contains improvements to CED tone detection. (closes issue #13286) Reported by: viniciusfontes git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6529 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- include/dahdi/dahdi_config.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/dahdi/dahdi_config.h') diff --git a/include/dahdi/dahdi_config.h b/include/dahdi/dahdi_config.h index 68a4517..865439d 100644 --- a/include/dahdi/dahdi_config.h +++ b/include/dahdi/dahdi_config.h @@ -68,13 +68,6 @@ */ /* #define CONFIG_DAHDI_MMX */ -/* - * Define to turn off the echo canceler disable tone detector, - * which will cause DAHDI to ignore the 2100 Hz echo cancel disable - * tone. - */ -/* #define NO_ECHOCAN_DISABLE */ - /* We now use the linux kernel config to detect which options to use */ /* You can still override them below */ #if defined(CONFIG_HDLC) || defined(CONFIG_HDLC_MODULE) -- cgit v1.2.3