summaryrefslogtreecommitdiff
path: root/xpp/perl_modules/Dahdi/Chans.pm
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-07 00:10:47 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-07 00:10:47 +0000
commit1cc5acda270a892f6e7ac7e32c4722a52248f9e2 (patch)
tree999172207f966ab57afc521b1a2a8c5a328ffd79 /xpp/perl_modules/Dahdi/Chans.pm
parent3fa3c5d8b6518f1ae2f3dbf41b0cdcf26e4e1a33 (diff)
Detect Sangoma USB FXO device; fix detection of Sangoma DAHDI channels
(By Alessandro Zummo) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6107 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/perl_modules/Dahdi/Chans.pm')
-rw-r--r--xpp/perl_modules/Dahdi/Chans.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/perl_modules/Dahdi/Chans.pm b/xpp/perl_modules/Dahdi/Chans.pm
index 5b83f14..6e31a10 100644
--- a/xpp/perl_modules/Dahdi/Chans.pm
+++ b/xpp/perl_modules/Dahdi/Chans.pm
@@ -190,7 +190,7 @@ sub probe_type($) {
my $num = $self->num;
my $type;
- if($fqn =~ m:WCTDM/| WRTDM/|OPVXA1200/:) {
+ if($fqn =~ m:WCTDM/|WRTDM/|OPVXA1200/:) {
my %maybe;
undef %maybe;