From: ivan Date: Fri, 31 Jul 2009 07:51:55 +0000 (+0000) Subject: only need Customer-CDRs, RT#5229 X-Git-Tag: freeside_1_9_1^2~181 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=6b3ae185f5fcd3b884cbd9d15cf408d4821bb34e;p=freeside.git only need Customer-CDRs, RT#5229 --- diff --git a/bin/cdr-transnexus.import b/bin/cdr-transnexus.import index ee9a200dc..10e0aed52 100755 --- a/bin/cdr-transnexus.import +++ b/bin/cdr-transnexus.import @@ -50,7 +50,8 @@ foreach my $dir ( @$lsdir ) { my $dirname = $dir->{filename}; 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.*-CDRs$/i ); + my $ls = $ls_sftp->ls("$DIR/$dirname", wanted => qr/^$opt_p.*-Customer-CDRs$/i ); foreach my $file ( @$ls ) {