[Pkg-voip-commits] [dahdi-tools] 157/285: dahdi_genconf: don't generate spantypes by default

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:48 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 a5bf1d3a2e93be03f6cf66b76cb23b4a98521671
Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Date:   Mon Jan 20 15:23:43 2014 +0200

    dahdi_genconf: don't generate spantypes by default
    
    A sane value for span-types.conf is either "all E1" or "all T1". Either
    way it is not hardware-dependent, and hence no point in regenerating on
    when the hardware changes.
    
    Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
---
 xpp/dahdi_genconf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xpp/dahdi_genconf b/xpp/dahdi_genconf
index b5f4562..891edf8 100755
--- a/xpp/dahdi_genconf
+++ b/xpp/dahdi_genconf
@@ -54,7 +54,7 @@ sub generator_list($) {
 		}
 	} else {
 		# No files given. Use the defaults.
-		@genlist = ('spantypes', 'assignedspans', 'system', 'chandahdi');
+		@genlist = ('assignedspans', 'system', 'chandahdi');
 		if($gconfig->{'pri_connection_type'} eq 'R2') {
 			push @genlist, 'unicall';
 		}

-- 
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