[freeside-commits] branch FREESIDE_3_BRANCH updated. 3b7e4f87515c8137c7f9ef0fcb977e0fecd4d16a

Ivan ivan at 420.am
Tue Aug 15 06:13:40 PDT 2017


The branch, FREESIDE_3_BRANCH has been updated
       via  3b7e4f87515c8137c7f9ef0fcb977e0fecd4d16a (commit)
      from  fb48167caac4b049e455531b9a3888dcd8b46c2e (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 3b7e4f87515c8137c7f9ef0fcb977e0fecd4d16a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Aug 15 06:13:39 2017 -0700

    voip innovations FTPS should be passive, RT#76784

diff --git a/FS/bin/freeside-voipinnovations-cdrimport b/FS/bin/freeside-voipinnovations-cdrimport
index e0ba785..d64c870 100644
--- a/FS/bin/freeside-voipinnovations-cdrimport
+++ b/FS/bin/freeside-voipinnovations-cdrimport
@@ -40,7 +40,7 @@ my $tempdir = tempdir( CLEANUP => !$opt_v );
 my $format = 'voip_innovations';
 my $hostname = 'customercdr.voipinnovations.com';
 
-my $ftp = Net::FTP->new($hostname, Debug => $opt_d)
+my $ftp = Net::FTP->new($hostname, Passive => 1, Debug => $opt_d)
   or die "Can't connect to $hostname: $@\n";
 
 $ftp->starttls()

-----------------------------------------------------------------------

Summary of changes:
 FS/bin/freeside-voipinnovations-cdrimport |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list