[freeside-commits] branch master updated. 3cbdd85a96348a287623e3b97c937c7749e99392
Ivan
ivan at 420.am
Wed Jun 29 18:50:55 PDT 2016
The branch, master has been updated
via 3cbdd85a96348a287623e3b97c937c7749e99392 (commit)
via 30f99916198e8e650a9e9cffe1f985202483378e (commit)
from 674cb2d9d7105f4cc2871539b2e9f7088cdaa750 (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 3cbdd85a96348a287623e3b97c937c7749e99392
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jun 29 18:50:54 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
commit 30f99916198e8e650a9e9cffe1f985202483378e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jun 29 15:02:24 2016 -0700
tomtom global geocoder shut down (even for existing clients) in dec 2015
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 4615487..6303a34 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4346,7 +4346,6 @@ and customer address. Include units.',
'select_hash' => [ '' => '',
'uscensus' => 'U.S. Census Bureau',
'usps' => 'U.S. Postal Service',
- 'tomtom' => 'TomTom',
'melissa' => 'Melissa WebSmart',
'freeside' => 'Freeside web service (support contract required)',
],
@@ -4367,13 +4366,6 @@ and customer address. Include units.',
},
{
- 'key' => 'tomtom-userid',
- 'section' => 'UI',
- 'description' => 'TomTom geocoding service API key. See <a href="http://geocoder.tomtom.com/">the TomTom website</a> to obtain a key. This is recommended for addresses in the United States only.',
- 'type' => 'text',
- },
-
- {
'key' => 'melissa-userid',
'section' => 'UI', # it's really not...
'description' => 'User ID for Melissa WebSmart service. See <a href="http://www.melissadata.com/">the Melissa website</a> for access and pricing.',
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Conf.pm | 8 --------
FS/FS/part_pkg/voip_cdr.pm | 2 +-
2 files changed, 1 insertion(+), 9 deletions(-)
More information about the freeside-commits
mailing list