[freeside-commits] branch master updated. d8a6a2140e416a247b8272f32f27e48998a52f80

Mark Wells mark at 420.am
Tue Jun 19 12:18:07 PDT 2012


The branch, master has been updated
       via  d8a6a2140e416a247b8272f32f27e48998a52f80 (commit)
      from  40d974d3ce9ac2ae6cbdd415ae00bfbf7b73beef (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d8a6a2140e416a247b8272f32f27e48998a52f80
Author: Mark Wells <mark at freeside.biz>
Date:   Tue Jun 19 12:15:29 2012 -0700

    avoid infinite looping on bad CDRs in voip_inbound, from #16723

diff --git a/FS/FS/part_pkg/voip_inbound.pm b/FS/FS/part_pkg/voip_inbound.pm
index ecc4f47..9054f7b 100644
--- a/FS/FS/part_pkg/voip_inbound.pm
+++ b/FS/FS/part_pkg/voip_inbound.pm
@@ -242,6 +242,7 @@ sub calc_usage {
                                          );
       if ( $reason ) {
         warn "not charging for CDR ($reason)\n" if $DEBUG;
+        $cdr_search->adjust(1);
         next;
       }
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_pkg/voip_inbound.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list