Commit Graph

48 Commits

Author SHA1 Message Date
Radu Ioan Fericean
0005ba2f68 RPC server changes
rpc server now serves both json and gob, refactored server code into
it's own type
2014-01-22 19:53:30 +02:00
DanB
5024944a2b History basic documentation, FsCgr tests fixup for localtime compliance, SaveInterval config on history server parsed as time.Duration 2013-12-29 14:17:38 +01:00
DanB
2b19fcd408 Finishing fsCdr.AsRatedCdr implementation with tests 2013-12-28 15:58:19 +01:00
DanB
4eee6ddd0e Adding static field values for multiple mediation in configuration, fmt on sources 2013-12-27 20:02:47 +01:00
DanB
1db3c550b1 Multiple mediation on same RawCDR, renamed CDR interface into RawCDR 2013-12-26 21:21:29 +01:00
DanB
d60a5f1b79 RatedCDR maintaining CDR interface, Cdrc csv reader does not longer stops in case of row error, further test related fixups 2013-12-22 19:44:45 +01:00
DanB
8e95225b99 Completing the implementation of the CDR client with tests 2013-12-22 18:35:16 +01:00
DanB
c38179c01a Cdrc further refactoring 2013-12-22 13:06:40 +01:00
DanB
ca3b13651f Adding cdrc together with config dependencies and tests 2013-12-20 22:57:45 +01:00
DanB
2ba458524e CDRS with datetime instead of timestamp, adding run_ids in mediator config section 2013-12-19 20:01:19 +01:00
DanB
87ea266c4a Go fmt on sources 2013-11-19 20:06:53 +01:00
DanB
092853d571 Adding StorCdr type, removing unused CDR interface methods 2013-11-08 18:37:07 +01:00
DanB
458a8f8628 Adding datetime support for answer_time in cgrCdr 2013-11-07 17:41:17 +01:00
DanB
3eda5495ea Adding CGR-CDR handler 2013-11-07 12:35:30 +01:00
Radu Ioan Fericean
411af6ba74 splited storage interface in multiple interfaces 2013-08-27 14:48:01 +03:00
DanB
f07a0cc885 Fixing mediator and related for postpaid rating into storDb 2013-08-07 06:20:56 +02:00
DanB
b04f276fb6 Removing configuration to enable cdr handlers since filtering is based on url and no extra resources are consumed by handlers 2013-08-04 21:29:51 +02:00
DanB
5f730090fc Adding some formatting 2013-08-04 21:06:43 +02:00
DanB
864b7eca5a Adding extra fields test 2013-08-04 13:42:43 +02:00
DanB
d1fd3e4e09 Changing OUT-> *out everywhere, tests fscdr 2013-08-04 13:17:55 +02:00
DanB
06ed29ddd4 Dropping support for urlencode in json fscdr. This can be disabled via FS module 2013-08-02 21:49:45 +02:00
Radu Ioan Fericean
8fac5a1ff1 cstmid to tenant 2013-08-02 17:46:07 +03:00
Radu Ioan Fericean
13347532d6 url decode extra fields 2013-08-02 17:13:02 +03:00
Radu Ioan Fericean
b6b5c11033 same OUT problem with cdrs 2013-08-02 17:03:15 +03:00
Radu Ioan Fericean
ff9f8c82af started work on generic cdr 2013-07-25 13:51:22 +03:00
Radu Ioan Fericean
6c79fd2092 rater lib changed to engine 2013-07-24 13:38:45 +03:00
Radu Ioan Fericean
3380bf8492 fallback subject list with | 2013-06-26 17:56:15 +03:00
Radu Ioan Fericean
088911a5c8 added extra fields to cdrs 2013-06-26 17:15:15 +03:00
DanB
a75c2e7324 Mediator refactoring to support CDR as imput instead of csv row - adding separation of names and indexes, StartTime->AnswerTime, adding reqtype=rated 2013-06-06 12:37:36 +02:00
Radu Ioan Fericean
84f489a73a small fixses 2013-05-30 18:26:27 +03:00
Radu Ioan Fericean
92ccdc7fe5 addes store for freeswitch cdr 2013-05-30 13:03:19 +03:00
Radu Ioan Fericean
dacaa14086 removed rate 2013-05-29 19:19:21 +03:00
Radu Ioan Fericean
bd74e573b9 added cost to rated cdrs 2013-05-29 19:16:39 +03:00
DanB
6875f11c35 Replacing GetEndTime with GetDuration, support for MySQL as LogDB 2013-05-28 16:30:29 +02:00
DanB
a2afe0794a Fixup timestamps source in cdrs, modified cmd/cgr-rater to support disabling mediator as service in configuration 2013-05-28 14:06:08 +02:00
DanB
af97063031 Adding missing values out of fscdr 2013-05-27 17:49:35 +02:00
Radu Ioan Fericean
cd8509084b cdrs before testing 2013-05-26 21:16:00 +03:00
Radu Ioan Fericean
6345b78a44 cdr server capturing events 2013-05-26 18:24:05 +03:00
Radu Ioan Fericean
e40f4349a8 replace inotify with fsnotify 2013-05-23 15:36:53 +03:00
DanB
eaf432e3ad Merge branch 'master' of https://github.com/cgrates/cgrates 2013-05-23 14:23:59 +02:00
DanB
e3154f5824 Adding new parameters to config, improved testing of config 2013-05-23 13:43:33 +02:00
Radu Ioan Fericean
62511ee9e3 removed name from cdr and it should compile on go1.0.x now 2013-05-23 11:36:09 +03:00
DanB
83ef5b6d6f Adding CDRS configuration, better handling and testing of the defaults 2013-05-22 12:32:30 +02:00
DanB
08184114ab Renaming internal variables for json_cdr 2013-05-21 17:04:24 +02:00
Radu Ioan Fericean
d7f666e323 more refactorings and cdr test 2013-05-19 20:06:08 +03:00
Radu Ioan Fericean
cdfea5aba4 code reorganization and added cdr interface 2013-05-19 15:57:09 +03:00
Radu Ioan Fericean
6e2b741028 renamed packet 2013-05-17 12:02:38 +03:00
Radu Ioan Fericean
fe4d82b30a added cdr server files 2013-05-17 11:55:07 +03:00