[freeside-commits] branch FREESIDE_3_BRANCH updated. 7def199953bb9bd4a240eeb9bde4b867a1d46989
Ivan
ivan at 420.am
Wed Jun 29 18:51:01 PDT 2016
The branch, FREESIDE_3_BRANCH has been updated
via 7def199953bb9bd4a240eeb9bde4b867a1d46989 (commit)
from fb71db6be34bc43272c0f7d31c149c7be64e5066 (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 7def199953bb9bd4a240eeb9bde4b867a1d46989
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jun 29 18:50:57 2016 -0700
add skip_dcontext_suffix to skip CDRs with dcontext ending in a definable string, RT#71529
diff --git a/FS/FS/part_pkg/voip_cdr.pm b/FS/FS/part_pkg/voip_cdr.pm
index 98df561..62acfe3 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
-----------------------------------------------------------------------
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