[freeside-commits] branch FREESIDE_3_BRANCH updated. 8167bfd5db5d2152ac5d7f2f27b5b7995c1b7966

Ivan Kohler ivan at freeside.biz
Wed Feb 13 14:20:39 PST 2019


The branch, FREESIDE_3_BRANCH has been updated
       via  8167bfd5db5d2152ac5d7f2f27b5b7995c1b7966 (commit)
      from  a23d1195f67daa63534bb877512c84fbb9893f62 (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 8167bfd5db5d2152ac5d7f2f27b5b7995c1b7966
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Feb 13 14:20:38 2019 -0800

    clarify CDR skipping options only work with prefix rating, RT#81480

diff --git a/FS/FS/part_pkg/voip_cdr.pm b/FS/FS/part_pkg/voip_cdr.pm
index 8c7a9f83d..536ea0bbc 100644
--- a/FS/FS/part_pkg/voip_cdr.pm
+++ b/FS/FS/part_pkg/voip_cdr.pm
@@ -29,8 +29,8 @@ tie my %cdr_svc_method, 'Tie::IxHash',
 tie my %rating_method, 'Tie::IxHash',
   'prefix' => 'Rate calls by using destination prefix to look up a region and rate according to the internal prefix and rate tables',
 #  'upstream' => 'Rate calls based on upstream data: If the call type is "1", map the upstream rate ID directly to an internal rate (rate_detail), otherwise, pass the upstream price through directly.',
-  'upstream_simple' => 'Simply pass through and charge the "upstream_price" amount.',
-  'single_price' => 'A single price per minute for all calls.',
+  'upstream_simple' => 'Simply pass through and charge the "upstream_price" amount (ignoring all options to skip calls).',
+  'single_price' => 'A single price per minute for all calls (ignoring all options to skip calls).',
 ;
 
 tie my %rounding, 'Tie::IxHash',

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

Summary of changes:
 FS/FS/part_pkg/voip_cdr.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list