[freeside-commits] branch FREESIDE_4_BRANCH updated. 90affbf93aa00a648f3b8763e6f11425ce000f13
Ivan
ivan at 420.am
Wed Jun 29 18:50:57 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via 90affbf93aa00a648f3b8763e6f11425ce000f13 (commit)
from fcc87792b1b833b3c727baf48957dc21a7b9e4c7 (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 90affbf93aa00a648f3b8763e6f11425ce000f13
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jun 29 18:50:56 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 0ff4e54..7d9a7f5 100644
--- a/FS/FS/part_pkg/voip_cdr.pm
+++ b/FS/FS/part_pkg/voip_cdr.pm
@@ -336,7 +336,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