[svn-commits] tzafrir: tools/trunk r7992 - /tools/trunk/xpp/perl_modules/Dahdi/Config/Gen/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 4 10:03:02 CST 2010


Author: tzafrir
Date: Thu Feb  4 10:02:58 2010
New Revision: 7992

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7992
Log:
Fix generated context for MFC/R2 config

xpp rev: 7733

Modified:
    tools/trunk/xpp/perl_modules/Dahdi/Config/Gen/Chandahdi.pm

Modified: tools/trunk/xpp/perl_modules/Dahdi/Config/Gen/Chandahdi.pm
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/xpp/perl_modules/Dahdi/Config/Gen/Chandahdi.pm?view=diff&rev=7992&r1=7991&r2=7992
==============================================================================
--- tools/trunk/xpp/perl_modules/Dahdi/Config/Gen/Chandahdi.pm (original)
+++ tools/trunk/xpp/perl_modules/Dahdi/Config/Gen/Chandahdi.pm Thu Feb  4 10:02:58 2010
@@ -46,7 +46,7 @@
 	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"};




More information about the svn-commits mailing list