summaryrefslogtreecommitdiff
path: root/bin/cdr-voipswitch.import
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2014-02-19 10:26:49 -0500
committerJeremy Davis <jeremyd@freeside.biz>2014-02-19 10:26:49 -0500
commit7aa234a1d984001d6d311b59662ef485c344b3f8 (patch)
tree5540ab219f259ee05870de5bb7a44117cd0146dc /bin/cdr-voipswitch.import
parentdaf3a82a700dce13a573c8aacab96b6bdfd5d656 (diff)
#26228 Voipswitch fixes
Diffstat (limited to 'bin/cdr-voipswitch.import')
-rw-r--r--bin/cdr-voipswitch.import2
1 files changed, 1 insertions, 1 deletions
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;
}