[Pkg-voip-commits] [dahdi-tools] 13/285: dahdi_genconf: Don't generate configurations that use channel 16 on E1 CAS

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 88035ea78c9c07747f3d8f7ea0ee69c81a02e8d0
Author: Kinsey Moore <kmoore at digium.com>
Date:   Wed Nov 17 15:32:52 2010 +0000

    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.
    
    
    git-svn-id: http://svn.astersk.org/svn/dahdi/tools/trunk@9485 17933a7a-c749-41c5-a318-cba88f637d49
---
 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};

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list