File: echocan_oslec

package info (click to toggle)
dahdi-tools 1%3A3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,384 kB
  • sloc: ansic: 54,472; perl: 4,031; sh: 2,618; makefile: 554; xml: 26
file content (21 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Subject: Make OSLEC the default DAHDI echo canceller
Author: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
Forwarded: no

Our dahdi-linux packages provide OSLEC, which is generally a better echo
canceller than those included with DAHDI. Thus we should make it the 
default echo canceller in generated configurations.

Debian-specific configuration tweak.

--- a/xpp/perl_modules/Dahdi/Config/Params.pm
+++ b/xpp/perl_modules/Dahdi/Config/Params.pm
@@ -111,7 +111,7 @@ sub item($$@) {
 			group_lines		=> '0',
 			brint_overlap		=> 'no',
 			bri_sig_style		=> 'bri_ptmp',
-			echo_can		=> 'mg2',
+			echo_can		=> 'oslec',
 			bri_hardhdlc		=> 'auto',
 			pri_connection_type	=> 'PRI',
 			r2_idle_bits		=> '1101',