[asterisk-bugs] [DAHDI-tools 0014061]: Wildcard TE122 Card recognition problem

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Jan 6 13:03:21 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=14061 
====================================================================== 
Reported By:                copas2
Assigned To:                tzafrir
====================================================================== 
Project:                    DAHDI-tools
Issue ID:                   14061
Category:                   General
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     feedback
====================================================================== 
Date Submitted:             2008-12-11 07:34 CST
Last Modified:              2009-01-06 13:03 CST
====================================================================== 
Summary:                    Wildcard TE122 Card recognition problem
Description: 
Dahdi tools can not recognize the Wildcard TE122 as an E1 card (if
configured so by the jumper on the card) because it reads "Span 1: WCT1/0
"Wildcard TE122 Card 0" (MASTER) HDB3/CCS/CRC4 RED" as the card name
($head) in Span.pm. Problem seems to be that the T1 in "WCT1/0" confuses
the tool and it reports that 31 channels are too many for a T1 span :-)
After changing the wcT1 to someting else in the variable $head, it seems
to be working fine.
====================================================================== 

---------------------------------------------------------------------- 
 (0097104) copas2 (reporter) - 2009-01-06 13:03
 http://bugs.digium.com/view.php?id=14061#c97104 
---------------------------------------------------------------------- 
No, no, I configured it to E1 and with that patch I've found and mentioned
above the tool reconizes the card perfectly. What I've attached as output
was already the print out of the right working tool. About this patch which
was made by you, I said, why wouldn't you merge it into the public code:
--- xpp/perl_modules/Dahdi/Span.pm
+++ xpp/perl_modules/Dahdi/Span.pm
@@ -137,6 +137,7 @@
 		);
 
 my @pri_strings = (
+		'(?<!WC)(E1|T1|J1)',
 		'(E1|T1|J1)',
 		'Tormenta 2 .*Quad (E1|T1)',       # tor2.
 		'Digium Wildcard .100P (T1|E1)/', # wct1xxp 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-01-06 13:03 copas2         Note Added: 0097104                          
======================================================================




More information about the asterisk-bugs mailing list