[freeside-commits] branch FREESIDE_4_BRANCH updated. 77e830e5864c15c84aadbc55a478f34a1957328b

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


The branch, FREESIDE_4_BRANCH has been updated
       via  77e830e5864c15c84aadbc55a478f34a1957328b (commit)
      from  f03f14e4e1d3a9010458d76a545a7d519f526831 (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 77e830e5864c15c84aadbc55a478f34a1957328b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Aug 15 06:13:37 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 100755
--- 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