From 124b91bedc8e815956b3d0440414a8c0e6a5b78b Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 31 Jul 2009 07:58:04 +0000 Subject: [PATCH] only need Customer-CDRs, RT#5229 --- bin/cdr-transnexus.import | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdr-transnexus.import b/bin/cdr-transnexus.import index 10e0aed52..9686f7d2f 100755 --- a/bin/cdr-transnexus.import +++ b/bin/cdr-transnexus.import @@ -51,7 +51,7 @@ foreach my $dir ( @$lsdir ) { warn "Scanning dir $dirname\n" if $opt_v; #my $ls = $ls_sftp->ls("$DIR/$dirname", wanted => qr/^$opt_p.*-CDRs$/i ); - my $ls = $ls_sftp->ls("$DIR/$dirname", wanted => qr/^$opt_p.*-Customer-CDRs$/i ); + my $ls = $ls_sftp->ls("$DIR/$dirname", wanted => qr/^$opt_p.*Customer-CDRs$/i ); foreach my $file ( @$ls ) { -- 2.11.0