[freeside-commits] branch FREESIDE_3_BRANCH updated. 08c298308c56e925add6f70e97d926e86bb8dac6
Jeremy Davis
jeremyd at 420.am
Wed Feb 19 07:42:46 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 08c298308c56e925add6f70e97d926e86bb8dac6 (commit)
from 88bcaa5c3269d551567a907d394166fc8cf0ee69 (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 08c298308c56e925add6f70e97d926e86bb8dac6
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Wed Feb 19 10:42:35 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