[freeside-commits] branch master updated. 7aa234a1d984001d6d311b59662ef485c344b3f8

Jeremy Davis jeremyd at 420.am
Wed Feb 19 07:27:26 PST 2014


The branch, master has been updated
       via  7aa234a1d984001d6d311b59662ef485c344b3f8 (commit)
      from  daf3a82a700dce13a573c8aacab96b6bdfd5d656 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7aa234a1d984001d6d311b59662ef485c344b3f8
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Wed Feb 19 10:26:49 2014 -0500

    #26228 Voipswitch fixes

diff --git a/bin/cdr-voipswitch.import b/bin/cdr-voipswitch.import
index c674f27..69d0636 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;
   }

-----------------------------------------------------------------------

Summary of changes:
 bin/cdr-voipswitch.import |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list