From bb8c9705e15f7307b35ec237c6da2255822620e3 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 4 Feb 2010 16:02:58 +0000 Subject: Fix generated context for MFC/R2 config xpp rev: 7733 git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@7992 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/perl_modules/Dahdi/Config/Gen/Chandahdi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpp/perl_modules/Dahdi/Config/Gen/Chandahdi.pm b/xpp/perl_modules/Dahdi/Config/Gen/Chandahdi.pm index 613566a..7ade82a 100644 --- a/xpp/perl_modules/Dahdi/Config/Gen/Chandahdi.pm +++ b/xpp/perl_modules/Dahdi/Config/Gen/Chandahdi.pm @@ -46,7 +46,7 @@ sub gen_openr2($$$) { my $termtype = $span->termtype() || die "$0: Span #$num -- unkown termtype [NT/TE]\n"; my $type = $span->type; # Fake type for signalling - my $faketype = ($termtype eq 'TE') ? 'FXO' : 'FXS'; + my $faketype = ($termtype eq 'TE') ? 'E1_TE' : 'E1_TE'; my $group = $gconfig->{'group'}{"$type"}; die "$0: missing default group (termtype=$termtype)\n" unless defined($group); my $context = $gconfig->{'context'}{"$faketype"}; -- cgit v1.2.3