From e6cb9220161b1c4cd06533c9572e6285b4bf630c Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 16 Jun 2011 09:35:32 +0000 Subject: dahdi_genconf: apply termtype to Digium HA8 BRI Make the pri_termtype setting in genconf_parameters apply to any BRI/PRI carddeclared as "soft NT". ATM, this is only the Xorcom E1/T1 device and the Digium HA8 (BRI) module of the TDM card. Signed-off-by: Tzafrir Cohen Acked-by: Shaun Ruffell git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@9979 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/dahdi_genconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpp/dahdi_genconf') diff --git a/xpp/dahdi_genconf b/xpp/dahdi_genconf index 49b9325..ac0acf9 100755 --- a/xpp/dahdi_genconf +++ b/xpp/dahdi_genconf @@ -38,7 +38,7 @@ sub spans_prep($@) { my $gconfig = shift || die; my @spans = @_; foreach my $span (@spans) { - if($span->is_pri) { + if($span->is_pri || $span->is_bri) { $span->pri_set_fromconfig($gconfig); } } -- cgit v1.2.3