[svn-commits] kmoore: tools/trunk r9485 - /tools/trunk/xpp/perl_modules/Dahdi/Config/Gen/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Nov 17 09:32:57 CST 2010
Author: kmoore
Date: Wed Nov 17 09:32:52 2010
New Revision: 9485
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9485
Log:
dahdi_genconf: Don't generate configurations that use channel 16 on E1 CAS
Attempting to use channel 16 on E1 CAS is disallowed since that channel is
reserved for RBS signaling. Configurations should not be generated that
attempt to use it.
Closes DAHDI-763.
Modified:
tools/trunk/xpp/perl_modules/Dahdi/Config/Gen/System.pm
Modified: tools/trunk/xpp/perl_modules/Dahdi/Config/Gen/System.pm
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/xpp/perl_modules/Dahdi/Config/Gen/System.pm?view=diff&rev=9485&r1=9484&r2=9485
==============================================================================
--- tools/trunk/xpp/perl_modules/Dahdi/Config/Gen/System.pm (original)
+++ tools/trunk/xpp/perl_modules/Dahdi/Config/Gen/System.pm Wed Nov 17 09:32:52 2010
@@ -77,7 +77,6 @@
my $idle_bits = $gconfig->{'r2_idle_bits'};
$chan_range = Dahdi::Config::Gen::bchan_range($span);
printf "cas=%s:$idle_bits\n", $chan_range;
- printf "dchan=%d\n", $span->dchan()->num();
} elsif ($pri_connection_type eq 'CAS' ) {
my $type = ($termtype eq 'TE') ? 'FXO' : 'FXS';
my $sig = $gconfig->{'dahdi_signalling'}{$type};
More information about the svn-commits
mailing list