[freeside-commits] branch FREESIDE_4_BRANCH updated. 96c44f6506691ce5d4f7d8d29d5ced70f217cec3
Ivan Kohler
ivan at freeside.biz
Mon May 23 19:25:18 PDT 2022
The branch, FREESIDE_4_BRANCH has been updated
via 96c44f6506691ce5d4f7d8d29d5ced70f217cec3 (commit)
from b0984bceb961f1a6cd12cd70fb824dd8c2a8ecd9 (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 96c44f6506691ce5d4f7d8d29d5ced70f217cec3
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon May 23 19:25:17 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