From: Jeremy Davis Date: Wed, 19 Feb 2014 15:26:49 +0000 (-0500) Subject: #26228 Voipswitch fixes X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7aa234a1d984001d6d311b59662ef485c344b3f8 #26228 Voipswitch fixes --- diff --git a/bin/cdr-voipswitch.import b/bin/cdr-voipswitch.import index c674f271c..69d0636a7 100644 --- a/bin/cdr-voipswitch.import +++ b/bin/cdr-voipswitch.import @@ -122,7 +122,7 @@ my $row; while ( $row = $sth->fetchrow_hashref ) { my $ip = $row->{ip_number}; - if ( $ip =~ /^([\d\.]+)\/([\d\.]*)$/ ) { + if ( $ip =~ /^([\d\.]+)\/([\d\.]*)/ ) { $ip = $1; #$nat_ip = $2; }