From 243d7012f3de00e4609b6392348e3101798f5c27 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sat, 3 Jan 2009 21:14:01 +0000 Subject: Dahdi::Span: Remove an over-general span header "pri" pattern. Should fix #14061 . git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5626 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/perl_modules/Dahdi/Span.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xpp/perl_modules') diff --git a/xpp/perl_modules/Dahdi/Span.pm b/xpp/perl_modules/Dahdi/Span.pm index 5606611..0e59f32 100644 --- a/xpp/perl_modules/Dahdi/Span.pm +++ b/xpp/perl_modules/Dahdi/Span.pm @@ -138,7 +138,6 @@ my @bri_strings = ( ); my @pri_strings = ( - '(E1|T1|J1)', 'Tormenta 2 .*Quad (E1|T1)', # tor2. 'Digium Wildcard .100P (T1|E1)/', # wct1xxp 'ISA Tormenta Span 1', # torisa @@ -146,7 +145,7 @@ my @pri_strings = ( 'Wildcard TE120P', # wcte12xp 'Wildcard TE121', # wcte12xp 'Wildcard TE122', # wcte12xp - 'T[24]XXP \(PCI\) Card ', # wct4xxp + 'T[24]XXP PCI Card ', # wct4xxp ); our $DAHDI_BRI_NET = 'bri_net'; -- cgit v1.2.3