Commit Graph

177 Commits

Author SHA1 Message Date
DanB
ea17c83172 CDRS - require content_fields only for *http_json_map and *http_post replication 2016-11-23 13:06:22 +01:00
DanB
ae9f6f0c3b Adding support for *http_json_map for CDR replication with dynamic fields, fixes #563 2016-10-14 21:12:58 +02:00
DanB
b7445e5e99 Centralized replication/exports using field templates, CDRExporter with less parameters via API - moved to field templates 2016-10-14 18:35:07 +02:00
DanB
3c5c41d542 Adding content_fields to CDRS replication config 2016-10-14 12:51:48 +02:00
DanB
7f44dcba69 HTTPPoster with reply timeout and connection caching for CDR replication 2016-10-13 17:54:24 +02:00
DanB
aad88d2973 Renamed cache2go into cache for simplicity 2016-10-07 18:35:48 +02:00
rbarrabe
b6b683f03e Adding ExtraFields when we fork cdr
We must add the extrafields in forked cdr because this is used to create the final cdr
2016-09-28 15:42:16 +02:00
DanB
da53e555b9 SMAsterisk with support for SMGClientV1.DisconnectSession 2016-09-21 12:13:04 +02:00
DanB
0ea4987b8e CDRS fix CostSource when saving CDRs, SMAsterisk - better event naming when converting SMAEvent to SMGEvent 2016-09-18 14:47:19 +02:00
DanB
e164857435 Remove info message for V1StoreSMCost 2016-09-16 18:38:35 +02:00
DanB
ce5ee50271 Fix cached value message in CDRS 2016-09-16 18:28:02 +02:00
DanB
cef071533b Adding CDRs sm_cost_retries configuration option 2016-09-16 16:27:01 +02:00
DanB
401625861d Updated project README, COPYRIGHT information 2016-09-02 13:04:34 +02:00
DanB
77164ceaf1 SMG - StoreSMCost error check fix, CDRS - Add syslog for errors served out of cache to detect key issues 2016-08-29 14:51:08 +02:00
DanB
fece61093e AccountSummary inside CDR object, decoupling it from CallCost for error cases 2016-08-29 14:28:14 +02:00
DanB
90069ab05d AccountDigest - AccountSummary for better readability 2016-08-29 12:57:24 +02:00
DanB
682a2442d1 Instantiate dataDB within CDRS 2016-08-27 17:38:43 +02:00
DanB
3831ad3d74 CDRS - injecting AccountDigest information in CDRS based on cdr_account_digest parameter 2016-08-27 12:23:54 +02:00
Radu Ioan Fericean
a5e44fd590 engine compiling succesfully 2016-08-09 21:17:35 +03:00
Radu Ioan Fericean
07479dcce0 Merge branch 'master' into faststart 2016-06-20 11:25:24 +03:00
DanB
4c42f21b03 CDRS - Cache StoreSMCost for HA setups 2016-06-17 11:16:34 +02:00
DanB
c8a86788ae CDRs - cache ProcessCdr API 2016-06-15 18:13:32 +02:00
DanB
179da9c54e Fix caching panic when item has errors 2016-06-14 16:24:24 +02:00
Radu Ioan Fericean
e84e28faae cache refactoring for save and load 2016-06-07 22:43:02 +03:00
DanB
291a41e8ed Merge branch 'master' of https://github.com/cgrates/cgrates 2016-05-12 20:28:12 +02:00
DanB
180756d1a7 Unify use of filters, fixes #445, fixes #427 2016-05-12 20:28:04 +02:00
Radu Ioan Fericean
bbd41cc8f4 better handling of cdr replication goroutines
possible fixes the issue #423
2016-05-11 17:29:18 +03:00
DanB
6ebbe23358 Fix connections caching, fixes #444 2016-05-05 17:07:14 +02:00
DanB
e6169fd2bd CDRS - properly fork CDR in case of derived charging 2016-05-02 19:18:31 +02:00
DanB
27d5a7ba2f CDRs refactoring, adding versioning for internal RPC methods 2016-05-02 17:23:51 +02:00
DanB
cd5993467d Diameter fix for config loading in case of pubsubs 2016-05-01 18:42:08 +02:00
DanB
4fb9a641ee Refactored CDRs internal functions, better CDRC .csv testing 2016-05-01 17:06:25 +02:00
DanB
34e604900d More fixes 2016-04-26 12:04:07 +02:00
DanB
f549f8f08b Various test fixes, ApierV1 passing tests 2016-04-25 19:31:34 +02:00
DanB
bd619afdd0 Various fixes 2016-04-24 20:47:18 +02:00
DanB
0cdc986163 Fix build on hapool 2016-04-22 17:00:05 +02:00
DanB
8f1a3b61be Merge master 2016-04-10 11:47:00 +02:00
DanB
411fcf9007 Possible regression fix for recalculating prepaid CDRs without SMCost 2016-04-06 21:18:59 +02:00
DanB
a307dc3ce0 Support for latest gorm 2016-04-04 13:02:06 +02:00
Radu Ioan Fericean
10054d353a attempt to fix concurrent map panic 2016-03-29 22:38:38 +03:00
DanB
4e1b0ab7d1 Merge fix 2016-03-29 20:20:18 +02:00
DanB
2eb177799a CDRS - correct Usage from sm_costs only when CDR usage is 0 2016-03-29 20:07:03 +02:00
DanB
3ac526a05e CDRS forking rated CDRs depending on smg_costs, smg_costs indexing update to include origin_id also 2016-03-29 19:55:29 +02:00
Radu Ioan Fericean
587a23e2cc fix potential concurent map panic 2016-03-29 20:16:07 +03:00
DanB
ee53a1b3de Storage.GetSMCost -> Storage.GetSMCosts, prefix match for OriginID when querying 2016-03-27 20:45:23 +02:00
DanB
608f430db7 Storage - SetSMCost and GetSMCost deprecating LogCallCost and GetLogCallCost, CDRS.StoreSMCost method, adding sm_costs indexes for cgrid+runid and originhost+originid in all dbs supported 2016-03-26 22:17:10 +01:00
DanB
9266743874 Merge branch 'master' into hapool 2016-03-25 19:32:57 +01:00
DanB
d357663aac SMG - OriginIDPrefix support to terminate sessions starting with same prefix 2016-03-25 19:13:06 +01:00
DanB
b8dab6b502 Fix merge issues 2016-03-25 17:11:38 +01:00
Radu Ioan Fericean
4ff66e0883 populate cdr Usage 2016-03-24 17:39:47 +02:00