X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fcdr-transnexus.import;h=9686f7d2f0b0e28c5fc4e24903c119e003d398b8;hb=320532ecd91e99c9f3015c606fa1ebb50721e0e3;hp=ee9a200dc34b13ccaf764fae9a63140f3b547ff1;hpb=678751e266c03c9736ee56f14098227269e0e50a;p=freeside.git diff --git a/bin/cdr-transnexus.import b/bin/cdr-transnexus.import index ee9a200dc..9686f7d2f 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 ) {