summaryrefslogtreecommitdiff
path: root/xpp/perl_modules/Dahdi/Chans.pm
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-02-26 16:45:06 +0000
committerShaun Ruffell <sruffell@digium.com>2010-02-26 16:45:06 +0000
commit68c35fa1ec23763fea236fb47c8dcd4cb073b415 (patch)
treee8229321976f1f410cbec2070bfd933898c11f51 /xpp/perl_modules/Dahdi/Chans.pm
parent44b9a88de04bd47a9614a6b5367354f63000a182 (diff)
dahdi_cfg, dahdi_genconf: Add support for Hx8 series cards.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8125 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/perl_modules/Dahdi/Chans.pm')
-rw-r--r--xpp/perl_modules/Dahdi/Chans.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/xpp/perl_modules/Dahdi/Chans.pm b/xpp/perl_modules/Dahdi/Chans.pm
index 531eb8b..820deef 100644
--- a/xpp/perl_modules/Dahdi/Chans.pm
+++ b/xpp/perl_modules/Dahdi/Chans.pm
@@ -151,7 +151,8 @@ sub new($$$$$$) {
# cwain: Junghanns E1 card.
# R[124]: Rhino r1t1/rxt1 cards
$type = "PRI";
- } elsif ($fqn =~ m{\b(B4|ZTHFC\d*|ztqoz\d*)/.*}) {
+ } elsif ($fqn =~ m{\b(WCBRI|B4|ZTHFC\d*|ztqoz\d*)/.*}) {
+ # WCBRI: The Digium Hx8 series cards with BRI module.
# B4: The Digium wcb4xxp DAHDI driver
# ZTHFC: HFC-s single-port card (zaphfc/vzaphfc)
# ztqoz: qozap (Junghanns) multi-port HFC card