summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-29 18:53:02 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-29 18:53:02 +0000
commit67bec8d54ca5b16edf0fb1cc6a8889aa132fe0f9 (patch)
treeb097fa2734a90858c0576be2ef56d82634f3cbd1
parent854d82d0654584116cda22550f0781f97b68a6f7 (diff)
dahdi_genconf: Set the context same as groups.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6272 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--xpp/perl_modules/Dahdi/Config/Gen.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/xpp/perl_modules/Dahdi/Config/Gen.pm b/xpp/perl_modules/Dahdi/Config/Gen.pm
index 80e1e31..709fad7 100644
--- a/xpp/perl_modules/Dahdi/Config/Gen.pm
+++ b/xpp/perl_modules/Dahdi/Config/Gen.pm
@@ -96,13 +96,13 @@ sub new($) {
IN => $p->item('context_input'),
OUT => $p->item('context_output'),
BRI_TE => $p->item('context_lines'),
- BRI_NT => $p->item('context_phones'),
+ BRI_NT => $p->item('context_lines'),
E1_TE => $p->item('context_lines'),
T1_TE => $p->item('context_lines'),
J1_TE => $p->item('context_lines'),
- E1_NT => $p->item('context_phones'),
- T1_NT => $p->item('context_phones'),
- J1_NT => $p->item('context_phones'),
+ E1_NT => $p->item('context_lines'),
+ T1_NT => $p->item('context_lines'),
+ J1_NT => $p->item('context_lines'),
);
my %default_group = (
FXO => $p->item('group_lines'),