[freeside-commits] branch master updated. 53565181442e97c9763047fd7d3c004f80618411

Mark Wells mark at 420.am
Wed Jan 14 12:36:27 PST 2015


The branch, master has been updated
       via  53565181442e97c9763047fd7d3c004f80618411 (commit)
      from  46913d918c2313e003578c2d8f649319a4f6a87d (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 53565181442e97c9763047fd7d3c004f80618411
Author: Mark Wells <mark at freeside.biz>
Date:   Wed Jan 14 12:36:18 2015 -0800

    voip_ms CDRs: fix misnamed module, set better default for import script, #31835

diff --git a/FS/FS/Misc/Getopt.pm b/FS/FS/Misc/Getopt.pm
index 973295b..a9d0ecf 100644
--- a/FS/FS/Misc/Getopt.pm
+++ b/FS/FS/Misc/Getopt.pm
@@ -1,8 +1,8 @@
-package FS::Getopt;
+package FS::Misc::Getopt;
 
 =head1 NAME
 
-FS::Getopt - Getopt::Std for Freeside command line/cron scripts
+FS::Misc::Getopt - Getopt::Std for Freeside command line/cron scripts
 
 =head1 SYNOPSIS
 
diff --git a/bin/cdr-voip_ms.import b/bin/cdr-voip_ms.import
old mode 100644
new mode 100755
index 1b4805d..31fff0b
--- a/bin/cdr-voip_ms.import
+++ b/bin/cdr-voip_ms.import
@@ -40,8 +40,8 @@ foreach my $part_export (@exports) {
       debug "Downloading records since most recent batch: ".
             time2str('%Y-%m-%d', $opt{start});
     } else {
-      $opt{start} = 0;
-      debug "Downloading records since time = zero.";
+      $opt{start} = 1262332800;
+      debug "Downloading records since January 2010.";
     }
   }
 

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

Summary of changes:
 FS/FS/Misc/Getopt.pm   |    4 ++--
 bin/cdr-voip_ms.import |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
 mode change 100644 => 100755 bin/cdr-voip_ms.import




More information about the freeside-commits mailing list