From d0c81067b91fa6c790f848fb4633886d8eb7618d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 23 May 2022 19:25:14 -0700 Subject: [PATCH] add option to not skip N11 destinations when skipping short dst, RT#86028, RT#81941 --- FS/FS/part_pkg/voip_cdr.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0