add debugging
authorivan <ivan>
Fri, 3 Oct 2008 19:41:59 +0000 (19:41 +0000)
committerivan <ivan>
Fri, 3 Oct 2008 19:41:59 +0000 (19:41 +0000)
FS/FS/part_pkg/voip_cdr.pm

index 979134a..64ea20a 100644 (file)
@@ -269,6 +269,8 @@ sub calc_recur {
             $number = $cdr->dst;
           }
 
+          warn "parsing call $to_or_from $number\n" if $DEBUG;
+
           #remove non-phone# stuff and whitespace
           $number =~ s/\s//g;
 #          my $proto = '';