[freeside-commits] branch FREESIDE_3_BRANCH updated. 5a6ae35f94eef6fe8c274d6fd706614b430bf81d

Ivan Kohler ivan at freeside.biz
Mon May 23 19:25:21 PDT 2022


The branch, FREESIDE_3_BRANCH has been updated
       via  5a6ae35f94eef6fe8c274d6fd706614b430bf81d (commit)
      from  1c31e0c4990be38568f6a73cfaeede4d9fde387f (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 5a6ae35f94eef6fe8c274d6fd706614b430bf81d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon May 23 19:25:21 2022 -0700

    add option to not skip N11 destinations when skipping short dst, RT#86028, RT#81941

diff --git a/FS/FS/part_pkg/voip_cdr.pm b/FS/FS/part_pkg/voip_cdr.pm
index b56f552b0..9893624d4 100644
--- a/FS/FS/part_pkg/voip_cdr.pm
+++ b/FS/FS/part_pkg/voip_cdr.pm
@@ -372,7 +372,7 @@ tie my %accountcode_tollfree_field, 'Tie::IxHash',
                        skip_dstchannel_prefix skip_src_length_more 
                        noskip_src_length_accountcode_tollfree
                        accountcode_tollfree_ratenum accountcode_tollfree_field
-                       skip_dst_length_less npskip_dst_length_n11
+                       skip_dst_length_less noskip_dst_length_n11
                        noskip_dst_length_accountcode_tollfree
                        skip_lastapp
                        skip_max_callers

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

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




More information about the freeside-commits mailing list