RT#18834: Cacti integration [added graph generation]
[freeside.git] / bin / cdr-voip_ms.import
old mode 100644 (file)
new mode 100755 (executable)
index 1b4805d..31fff0b
@@ -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.";
     }
   }