From 08c298308c56e925add6f70e97d926e86bb8dac6 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Wed, 19 Feb 2014 10:42:35 -0500 Subject: [PATCH] #26228 Voipswitch fixes --- bin/cdr-voipswitch.import | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.11.0