summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-04-12 17:19:31 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-04-12 17:19:31 +0000
commit4848d25b3da84eef91ab1056238fbf9de0105e12 (patch)
tree7201ee4bd7283b99b759a7461c7a7f788d20a1fb
parent53e9c773882369c5eaf68aad54b28e64ab1bf3a4 (diff)
Also detect type for Sangoma E1/T1 cards.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8503 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--xpp/perl_modules/Dahdi/Span.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpp/perl_modules/Dahdi/Span.pm b/xpp/perl_modules/Dahdi/Span.pm
index 9f4ca65..b5c6823 100644
--- a/xpp/perl_modules/Dahdi/Span.pm
+++ b/xpp/perl_modules/Dahdi/Span.pm
@@ -148,6 +148,7 @@ my @pri_strings = (
'R[24]T1 \(PCI\) Card', # rxt1
'Rhino R1T1 (E1)/PRA Card', # r1t1
'Rhino R1T1 (T1)/PRI Card', # r1t1
+ 'WP(E1|T1)/.* "wanpipe', # Sangoma E1/T1
);
our $DAHDI_BRI_NET = 'bri_net';