From 3c7fd3e7d40f2c946b2fcf63c63d595c82fcae22 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Mon, 17 Feb 2014 14:04:45 -0500 Subject: #26228 voipswitch changes --- bin/cdr-voipswitch.import | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/cdr-voipswitch.import b/bin/cdr-voipswitch.import index a8ab9d944..c674f271c 100644 --- a/bin/cdr-voipswitch.import +++ b/bin/cdr-voipswitch.import @@ -144,7 +144,7 @@ while ( $row = $sth->fetchrow_hashref ) { uniqueid => $row->{id_cc}, orig_call_id => $row->{clid}, billsec => $row->{effective_duration}, - lastdata => $row->{dtmf}, + #lastdata => $row->{dtmf}, disposition => $row->{call_data}, cdrbatchnum => $cdrbatchnum, -- cgit v1.2.1 From 7aa234a1d984001d6d311b59662ef485c344b3f8 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Wed, 19 Feb 2014 10:26:49 -0500 Subject: #26228 Voipswitch fixes --- bin/cdr-voipswitch.import | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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; } -- cgit v1.2.1 From cf69a36faa57cdb544948c905059cf1e1ac73e07 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 24 Feb 2014 19:11:34 -0800 Subject: fix deletion of objects with options, fallout from #13971 --- bin/test_scrub_sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/test_scrub_sql b/bin/test_scrub_sql index fb26fe940..fe66805d3 100755 --- a/bin/test_scrub_sql +++ b/bin/test_scrub_sql @@ -15,11 +15,11 @@ foreach my $table (qw( part_export_option - payment_gateway payment_gateway_option + payment_gateway agent_payment_gateway - queue queue_arg + queue cust_pay_batch )) { print "DELETE FROM $table;\n"; -- cgit v1.2.1