[dahdi-commits] tzafrir: branch tools/2.4 r9741 - in /tools/branches/2.4: ./ xpp/perl_modules...
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Tue Feb 8 08:07:55 CST 2011
Author: tzafrir
Date: Tue Feb 8 08:07:51 2011
New Revision: 9741
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9741
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.
Patch by dmartinez.
Merged revisions 9485 via svnmerge from
http://svn.digium.com/svn/dahdi/tools/trunk
Modified:
tools/branches/2.4/ (props changed)
tools/branches/2.4/xpp/perl_modules/Dahdi/Config/Gen/System.pm
Propchange: tools/branches/2.4/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Feb 8 08:07:51 2011
@@ -1,1 +1,1 @@
-/tools/trunk:1-9220,9313,9426,9452,9458,9473,9482
+/tools/trunk:1-9220,9313,9426,9452,9458,9473,9482,9485
Modified: tools/branches/2.4/xpp/perl_modules/Dahdi/Config/Gen/System.pm
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.4/xpp/perl_modules/Dahdi/Config/Gen/System.pm?view=diff&rev=9741&r1=9740&r2=9741
==============================================================================
--- tools/branches/2.4/xpp/perl_modules/Dahdi/Config/Gen/System.pm (original)
+++ tools/branches/2.4/xpp/perl_modules/Dahdi/Config/Gen/System.pm Tue Feb 8 08:07:51 2011
@@ -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 dahdi-commits
mailing list