[svn-commits] tzafrir: tools/trunk r5160 - /tools/trunk/xpp/perl_modules/Dahdi/Chans.pm

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 28 15:42:06 CDT 2008


Author: tzafrir
Date: Tue Oct 28 15:42:06 2008
New Revision: 5160

URL: http://svn.digium.com/view/dahdi?view=rev&rev=5160
Log:
Get wcb4xxp listed in lsdahdi .

Modified:
    tools/trunk/xpp/perl_modules/Dahdi/Chans.pm

Modified: tools/trunk/xpp/perl_modules/Dahdi/Chans.pm
URL: http://svn.digium.com/view/dahdi/tools/trunk/xpp/perl_modules/Dahdi/Chans.pm?view=diff&rev=5160&r1=5159&r2=5160
==============================================================================
--- tools/trunk/xpp/perl_modules/Dahdi/Chans.pm (original)
+++ tools/trunk/xpp/perl_modules/Dahdi/Chans.pm Tue Oct 28 15:42:06 2008
@@ -150,7 +150,8 @@
 		# 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";




More information about the svn-commits mailing list