cdr reimporting, RT#12181
authorivan <ivan>
Sun, 1 May 2011 23:19:33 +0000 (23:19 +0000)
committerivan <ivan>
Sun, 1 May 2011 23:19:33 +0000 (23:19 +0000)
bin/cdr.reimport

index fe00e45..2306038 100644 (file)
@@ -24,7 +24,7 @@ my $cb = sub {
 
   my @exists = qsearch('cdr', {
     map { $_ => $cdr->$_() }
-      qw( uniqueid calldate src dst charged_party )
+      qw( uniqueid startdate enddate src dst charged_party )
   });
 
   unless ( scalar(@exists) ) {