From e85cf46f78e724c9df60988c5dd2fadea686eb59 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Wed, 5 Mar 2008 21:16:47 +0000 Subject: Hopefully a fix for issue #12150 . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3939 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- kernel/xpp/utils/zconf/Zaptel/Span.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel/xpp') 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++; -- cgit v1.2.3