diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-06-29 18:50:57 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-06-29 18:50:57 -0700 |
commit | 7def199953bb9bd4a240eeb9bde4b867a1d46989 (patch) | |
tree | 7ece931ba587c720f83e7fc3434830e4309b1a14 | |
parent | fb71db6be34bc43272c0f7d31c149c7be64e5066 (diff) |
add skip_dcontext_suffix to skip CDRs with dcontext ending in a definable string, RT#71529
-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 98df5612d..62acfe345 100644 --- a/FS/FS/part_pkg/voip_cdr.pm +++ b/FS/FS/part_pkg/voip_cdr.pm @@ -339,7 +339,7 @@ tie my %accountcode_tollfree_field, 'Tie::IxHash', use_cdrtypenum ignore_cdrtypenum use_calltypenum ignore_calltypenum ignore_disposition disposition_in - skip_dcontext skip_dst_prefix + skip_dcontext skip_dcontext_suffix skip_dst_prefix skip_dstchannel_prefix skip_src_length_more noskip_src_length_accountcode_tollfree accountcode_tollfree_ratenum accountcode_tollfree_field |