Commit Graph

45 Commits

Author SHA1 Message Date
TeoV
22250fe9cc Add Wrapper for CDR and ExternalCDR and use it in methods 2019-04-08 17:59:57 +02:00
TeoV
870637077f Finish adding CDRS in DispatcherS and update methods from CDRs to other subsystems 2019-04-08 17:59:57 +02:00
TeoV
d45e230f98 Add CDRsV1 to DispatcherS 2019-04-07 18:23:31 +02:00
Trial97
7040a0fab7 Updated tests after latest changes 2019-03-25 19:11:44 +01:00
DanB
a6363e0a33 Renaming API CDRsV2.ProcessCDR to CDRsV1.ProcessEvent 2019-03-24 14:47:49 +01:00
DanB
b7e34f675a CDRs refactoring - removing old derived charging, APIs redesign 2019-02-17 20:37:07 +01:00
Trial97
390e56348a Renamed GetCallCostLog to GetEventCost 2018-12-14 13:25:09 +01:00
Trial97
0d6145b677 Fixed APIerv1.GetCallCostLog to query cdrs table 2018-12-14 13:25:09 +01:00
Trial97
a4896dbc32 Added General config 2018-10-05 20:33:28 +03:00
Anevo
90012a4719 Added test for CDRe for both mysql and mongo CDRs 2018-05-07 18:40:39 +02:00
edwardro22
b651b06826 Removed copyright from go doc 2017-09-10 15:02:46 +00:00
alin104n
d788452933 Accounting, Rating DBs merge, TPModels in StorDB 2017-04-03 21:17:12 +03:00
DanB
9a37c384cf Various improvements for the new StorDB code to work 2017-03-02 18:56:57 +01:00
DanB
401625861d Updated project README, COPYRIGHT information 2016-09-02 13:04:34 +02:00
DanB
27d5a7ba2f CDRs refactoring, adding versioning for internal RPC methods 2016-05-02 17:23:51 +02: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
Radu Ioan Fericean
4ff66e0883 populate cdr Usage 2016-03-24 17:39:47 +02:00
DanB
1719e96351 ApierV1.RemoveCDRs, fixes #89 2016-01-02 12:42:45 +01:00
DanB
dad5a240a0 StorDB.GetCDRs with remove support 2016-01-02 12:15:55 +01:00
DanB
467c194b7f LogCallCost using the new model, TBLSMCosts 2015-12-27 12:09:37 +01:00
DanB
79d554fa60 Refactoring StoredCdr->CDR, fixes #312 2015-12-05 18:16:28 +01:00
DanB
1efd09a655 Configurable default_timezone for timestamps which are missing it, fixes #149, fixes #108 2015-08-19 12:15:28 +02:00
DanB
ca19583f81 Small CDRS fix, reported issue in #97, adding free minutes example in tutorial TP, adding some more tests in fs tutorial 2015-06-17 11:59:32 +02:00
Radu Ioan Fericean
9ffc2a4715 refactored errors 2015-06-13 16:45:09 +03:00
DanB
5ce11a28a3 Action *cdrlog to StorDb, moved GetCallCost and LogCallCost in CdrStorage, local tests for *cdrlog 2015-04-29 19:50:03 +02:00
DanB
3be8597f87 CdrsV1.ProcessExternalCdr API, CgrExtCdr renamed to ExternalCdr for better readability 2015-03-24 14:34:47 +01:00
DanB
44fa456eb5 Moving Cdr* from utils to engine package so we can attach CostDetails to StoredCdr 2015-03-22 18:04:38 +01:00
DanB
77d9d2ec30 Format time into RFC3339 for more compact representation, GetCdrs returning now CgrExtCdr with SetupTime, AnswerTime and Usage set as string for more interoperability with other languages 2015-03-15 14:18:30 +01:00
Radu Ioan Fericean
bf0ac94a8d updated copyright info 2015-03-11 19:49:52 +02:00
DanB
bb3f677f50 Adding count parameter to GetStoredCdrs 2014-11-27 20:27:36 +01:00
DanB
93a7e59744 GetStoredCdrs taking now a struct as filter to simplify code testing it 2014-11-27 18:01:41 +01:00
DanB
489c17c561 Refactored GetStoredCdrs method to increase the number of items being queried 2014-11-26 13:48:07 +01:00
Radu Ioan Fericean
4033a7075e start using paginator embeded object 2014-10-08 21:33:50 +03:00
Radu Ioan Fericean
88791968ef pagination for cdrs and more api for cache and accounts 2014-10-01 18:28:38 +03:00
Radu Ioan Fericean
f79a173aa6 refactor for v1 and v2 api
added Load api for multiple id resources
2014-09-18 19:58:50 +03:00
DanB
b91fc4ca21 Adding mediator_rpc 2014-02-10 14:08:24 +01:00
DanB
caba3af732 Mediation RPC with rerate abilitites, rename RatedCDR -> StoredCdr, adding storage interface tests 2014-02-03 19:04:42 +01:00
DanB
b7d9da842b Adding AccountActionTiming Get and Remove APIs 2014-01-08 14:00:20 +01:00
DanB
afe845a8aa Enhancing cdrexporter with dry_run, console export_cdrs command 2014-01-07 20:27:45 +01:00
DanB
9f45635de0 CdrE config, documentation fixup 2013-12-31 11:57:19 +01:00
DanB
8e95225b99 Completing the implementation of the CDR client with tests 2013-12-22 18:35:16 +01:00
DanB
0b1d9c2da4 Reusing of predefined rating plans in rating profiles 2013-11-12 13:43:00 +01:00
DanB
6f00f9b4c2 Adding ApierV1.ExportCsvCdrs documentation 2013-11-10 18:40:29 +01:00
DanB
84fbf30376 Implementation of ApierV1.ExportCsvCdrs 2013-11-10 14:37:20 +01:00