X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fcdr-voipswitch.import;h=69d0636a7efeeebcc832df1915ca96d74ebc764b;hp=c674f271ceb0ca709864032381c955032c0ea61e;hb=HEAD;hpb=3c7fd3e7d40f2c946b2fcf63c63d595c82fcae22 diff --git a/bin/cdr-voipswitch.import b/bin/cdr-voipswitch.import old mode 100644 new mode 100755 index c674f271c..69d0636a7 --- 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; }