[freeside-commits] branch master updated. d0c81067b91fa6c790f848fb4633886d8eb7618d

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


The branch, master has been updated
       via  d0c81067b91fa6c790f848fb4633886d8eb7618d (commit)
      from  2c7c526d0485fbd2eaf59b54ff5fe7a1d4e01970 (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 d0c81067b91fa6c790f848fb4633886d8eb7618d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon May 23 19:25:14 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 a9d8ee8f9..d91c4f050 100644
--- a/FS/FS/part_pkg/voip_cdr.pm
+++ b/FS/FS/part_pkg/voip_cdr.pm
@@ -361,7 +361,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