summaryrefslogtreecommitdiff
path: root/kernel/xpp/utils/zconf/Zaptel/Span.pm
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/xpp/utils/zconf/Zaptel/Span.pm')
-rw-r--r--kernel/xpp/utils/zconf/Zaptel/Span.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/xpp/utils/zconf/Zaptel/Span.pm b/kernel/xpp/utils/zconf/Zaptel/Span.pm
index 380dc7f..7c08484 100644
--- a/kernel/xpp/utils/zconf/Zaptel/Span.pm
+++ b/kernel/xpp/utils/zconf/Zaptel/Span.pm
@@ -106,6 +106,7 @@ sub new($$) {
s/^\s*//;
s/\s*$//;
next unless /\S/;
+ next unless /^\s*\d+/; # must be a real channel string.
my $c = Zaptel::Chans->new($self, $index, $_);
push(@channels, $c);
$index++;