From 61eb18259e5b6ebbd77eaba8ad038dc1964e1f83 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 8 Feb 2011 14:07:51 +0000 Subject: 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 git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/branches/2.4@9741 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/perl_modules/Dahdi/Config/Gen/System.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/xpp/perl_modules/Dahdi/Config/Gen/System.pm b/xpp/perl_modules/Dahdi/Config/Gen/System.pm index d7c2523..94fbf2b 100644 --- a/xpp/perl_modules/Dahdi/Config/Gen/System.pm +++ b/xpp/perl_modules/Dahdi/Config/Gen/System.pm @@ -77,7 +77,6 @@ sub gen_t1_cas($$) { 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}; -- cgit v1.2.3