summaryrefslogtreecommitdiff
path: root/xpp/perl_modules/Dahdi/Config/Gen/Chandahdi.pm
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/perl_modules/Dahdi/Config/Gen/Chandahdi.pm')
-rw-r--r--xpp/perl_modules/Dahdi/Config/Gen/Chandahdi.pm2
1 files changed, 1 insertions, 1 deletions
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"};