fix inadvertant un-rewriting of taqua accountcode CDRs, RT#12181
authorivan <ivan>
Mon, 9 May 2011 23:16:08 +0000 (23:16 +0000)
committerivan <ivan>
Mon, 9 May 2011 23:16:08 +0000 (23:16 +0000)
FS/bin/freeside-cdrrewrited

index bcbde1a..846b0b9 100644 (file)
@@ -49,6 +49,7 @@ while (1) {
                     : '';
 
   my $found = 0;
+  my %skip = ();
   foreach my $cdr ( 
     qsearch( {
       'table'     => 'cdr',
@@ -61,6 +62,8 @@ while (1) {
     } )
   ) {
 
+    next if $skip{$cdr->acctid};
+
     $found = 1;
     my @status = ();
 
@@ -125,6 +128,7 @@ while (1) {
           warn "WARNING: error rewriting primary CDR (will retry): $error\n";
           next;
         }
+        $skip{$primary->acctid} = 1;
 
         push @status, 'taqua-accountcode';
         $cdr->status('done'); #so it doesn't try to rate