From c75f365573d0bacb4a4338e248d756c542f5f7a2 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 28 Oct 2008 20:42:06 +0000 Subject: Get wcb4xxp listed in lsdahdi . git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5160 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/perl_modules/Dahdi/Chans.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xpp/perl_modules') diff --git a/xpp/perl_modules/Dahdi/Chans.pm b/xpp/perl_modules/Dahdi/Chans.pm index 9a4df34..e2f4033 100644 --- a/xpp/perl_modules/Dahdi/Chans.pm +++ b/xpp/perl_modules/Dahdi/Chans.pm @@ -150,7 +150,8 @@ sub new($$$$$$) { # WP[TE]1: Sangoma. TODO: this one tells us if it is TE or NT. # cwain: Junghanns E1 card. $type = "PRI"; - } elsif ($fqn =~ m{\b(ZTHFC%d*|ztqoz\d*)/.*}) { + } elsif ($fqn =~ m{\b(B4|ZTHFC%d*|ztqoz\d*)/.*}) { + # B4: The Digium wcb4xxp DAHDI driver # ZTHFC: HFC-s single-port card (zaphfc/vzaphfc) # ztqoz: qozap (Junghanns) multi-port HFC card $type = "BRI"; -- cgit v1.2.3