diff options
author | Ivan Kohler <ivan@freeside.biz> | 2022-05-23 19:25:14 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2022-05-23 19:25:14 -0700 |
commit | d0c81067b91fa6c790f848fb4633886d8eb7618d (patch) | |
tree | 3c8977ad95bfdbbe28b2a69a3fc31f1744aee1a6 | |
parent | 2c7c526d0485fbd2eaf59b54ff5fe7a1d4e01970 (diff) |
add option to not skip N11 destinations when skipping short dst, RT#86028, RT#81941
-rw-r--r-- | FS/FS/part_pkg/voip_cdr.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |