diff options
author | Mark Wells <mark@freeside.biz> | 2015-01-14 12:36:18 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-01-14 12:36:18 -0800 |
commit | 53565181442e97c9763047fd7d3c004f80618411 (patch) | |
tree | 56180ac32cee3627a18bcdf9a2b822460be43c34 /bin | |
parent | 46913d918c2313e003578c2d8f649319a4f6a87d (diff) |
voip_ms CDRs: fix misnamed module, set better default for import script, #31835
Diffstat (limited to 'bin')
-rwxr-xr-x[-rw-r--r--] | bin/cdr-voip_ms.import | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cdr-voip_ms.import b/bin/cdr-voip_ms.import index 1b4805d0c..31fff0bbb 100644..100755 --- 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."; } } |