summaryrefslogtreecommitdiff
path: root/dahdi_cfg.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-07-10 16:42:58 +0000
committerShaun Ruffell <sruffell@digium.com>2008-07-10 16:42:58 +0000
commitc6d9b1b4154bc21aa0a3b54aa54583a67a5209af (patch)
treea3253cd34a2b622ec5227679e52c8efcdf8ca705 /dahdi_cfg.c
parent278db870605ab56768bff530162d07bb1cafa6fe (diff)
* Changed the 'echocanceler' system.conf parameter to 'echocanceller'
* Added a section to describe how to set up the echocancellers in system.conf. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4596 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'dahdi_cfg.c')
-rw-r--r--dahdi_cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dahdi_cfg.c b/dahdi_cfg.c
index 7c9744c..0b79194 100644
--- a/dahdi_cfg.c
+++ b/dahdi_cfg.c
@@ -1264,7 +1264,7 @@ static struct handler {
{ "preemp", pre_emp },
{ "channel", rad_chanconfig },
{ "channels", rad_chanconfig },
- { "echocanceler", setechocan },
+ { "echocanceller", setechocan },
};
static char *readline()