[freeside-commits] branch FREESIDE_3_BRANCH updated. 777e0e68f1200ea601fc4eabe0ed4da13628b233
Jeremy Davis
jeremyd at 420.am
Thu Dec 4 06:54:17 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 777e0e68f1200ea601fc4eabe0ed4da13628b233 (commit)
from 24c01f6992422b45aadb867371bc44795b48042e (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 777e0e68f1200ea601fc4eabe0ed4da13628b233
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Dec 4 09:54:10 2014 -0500
Ticket #32088 Thinktel integration
diff --git a/bin/cdr-thinktel.import b/bin/cdr-thinktel.import
index ccbd78c..9afd34c 100755
--- a/bin/cdr-thinktel.import
+++ b/bin/cdr-thinktel.import
@@ -52,7 +52,8 @@ $ftp->login($login, $password)
warn "Retrieving directory listing\n" if $opt_v;
$ftp->cwd('/');
-my @files = $ftp->ls();
+my @files = grep { $_ =~ /MetaSwitch/ } $ftp->ls();
+
warn scalar(@files)." CDR files found.\n" if $opt_v;
# apply date range
if ( $opt_a ) {
-----------------------------------------------------------------------
Summary of changes:
bin/cdr-thinktel.import | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list