[Pkg-voip-commits] [dahdi-tools] 114/285: Augment dahdi_genconf default generators list

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:41 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 1e81ed14cf3691547fcfa276bf0cf321fa1771fa
Author: Oron Peled <oron.peled at xorcom.com>
Date:   Mon Sep 23 17:11:36 2013 +0200

    Augment dahdi_genconf default generators list
    
    Run Add spantypes and pinnedspans generators by default.
    
    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 eb55948..bf1a3ca 100755
--- a/xpp/dahdi_genconf
+++ b/xpp/dahdi_genconf
@@ -54,7 +54,7 @@ sub generator_list($) {
 		}
 	} else {
 		# No files given. Use the defaults.
-		@genlist = ('system', 'chandahdi');
+		@genlist = ('spantypes', 'pinnedspans', '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