Commit Graph

426 Commits

Author SHA1 Message Date
Dan Christian Bogos
a2d640e2b5 Merge pull request #1805 from TeoV/master
Add connections through ConnManager
2019-12-12 12:38:45 +01:00
TeoV
28868e8852 Add connections from Agents through ConnManager 2019-12-12 08:54:42 +02:00
TeoV
2ee574002a Add support for BiRPC in ConnManager 2019-12-12 08:54:42 +02:00
TeoV
c73ca0c954 Add connections from Agents through ConnManager 2019-12-12 08:54:42 +02:00
TeoV
95477bcabc Add conncetions from Sessions and CDRs through ConnManager 2019-12-12 08:54:42 +02:00
TeoV
4bd4ae3ee9 Add connections through ConnManager 2019-12-12 08:52:49 +02:00
Trial97
b1fdfea009 Updated config_default 2019-12-12 08:29:05 +02:00
Trial97
49489be7a2 Updated integration tests 2019-12-11 16:56:54 +02:00
DanB
74ed5e9958 CDRs.processEvent with support for cached CDRIDs 2019-12-09 18:37:01 +01:00
TeoV
eda2958f99 Add skeleton for ConnManager service 2019-12-03 06:44:36 -05:00
TeoV
f8ad80eae0 Add RPCConns section in config 2019-11-29 11:12:56 +02:00
TeoV
4f563aa5ee Update filters and dataProvider to include ~*req as refix 2019-11-27 11:10:32 -05:00
adragusin
9ab8896c56 Removed default chargers and rals connections from cdrs 2019-11-25 17:30:28 +01:00
adragusin
413e47ff37 Added prefixes to cache instances (*) 2019-11-22 17:30:10 +01:00
TeoV
af1cfc64c8 Implement Replication for all Set Methods 2019-11-20 19:48:14 +01:00
DanB
db5d84f818 Configuration option filters within scheduler section 2019-11-06 13:57:11 +01:00
TeoV
722f74f652 Update integration tests 2019-10-30 14:43:10 +01:00
TeoV
cad388fd2c Adding and populating Remote/Replicate DataDB URLs 2019-10-30 14:43:10 +01:00
Trial97
8d655d8b57 Added sslmode for storDB config. Fixes#1715 2019-10-28 18:00:32 +01:00
TeoV
a74917a605 Add preload_url parameter for datadb config section 2019-10-28 14:31:23 +01:00
Trial97
55c3e50911 Updated Scheduler service 2019-10-28 12:17:15 +01:00
TeoV
d3e7867535 Add StorDBPrefixIndexedFields for customize cdr indexes for InternalDB 2019-10-04 20:17:40 +02:00
TeoV
cf7a397c4c Implement a model for get/set CDRs for InternalDB 2019-10-04 20:17:40 +02:00
TeoV
ed29e92835 Add max_increments option in config in rals section 2019-09-24 12:39:27 +02:00
Trial97
1ffdec31c2 Added SupplierS as service in ServiceManager 2019-09-17 18:07:53 +02:00
TeoV
c4bfeb5c96 Update *default ERs template to take data from request 2019-09-16 09:34:59 +02:00
DanB
d48dc38497 Default configuration skel for ers 2019-08-27 18:32:10 +02:00
DanB
c2a2a86ab5 Default EventReader in CGRConfig 2019-08-19 16:40:02 +02:00
TeoV
58bf3cd64c Add *load strategy for suppliers 2019-08-19 11:28:35 +02:00
DanB
44ade83471 Skel configuration for EventReaderService 2019-08-11 18:43:44 +02:00
DanB
b2c9e8290e DiameterAgent config max_active_requests -> concurrent_requests renaming 2019-08-11 15:07:33 +02:00
Trial97
eec3bbe70c Added *variable to LoaderS template 2019-08-08 19:12:47 +02:00
TeoV
3d401407a0 Correctly send rpcclient connection for FilterS 2019-08-01 23:21:51 +02:00
TeoV
ec13378bfb Update LoaderS tests ( use CSVs files from engine ) 2019-07-21 23:13:27 -10:00
Trial97
6d8c83ef2f Updated TesminateSession 2019-07-16 22:42:42 -10:00
TeoV
e001c07165 Add better explication for attributes_context (cdre template) 2019-06-23 13:11:14 +02:00
TeoV
c40dc3d27f Before export the cdr send it to attributeS to be processed 2019-06-23 13:11:14 +02:00
Tripon Alexandru-Ionut
23deb84f9d Added script for default configuration file generation 2019-06-21 15:35:01 +02:00
Tripon Alexandru-Ionut
e8b736d608 Added script to convert config_defaults.go into cgrates.json file as integration test 2019-06-21 15:35:01 +02:00
DanB
23bd9721fd Updating cdrc integration tests with the new settings 2019-06-10 12:14:55 +02:00
DanB
940af63081 CDRC configuration changes: cdr_in_dir -> cdr_in_path, cdr_out_dir -> cdr_out_path, cdr_path -> cdr_root_path, cdr_formats slightly modified 2019-06-07 16:42:40 +02:00
TeoV
673b10a40c Update Suretax to use RSRParsers and remove unused method from cdr 2019-06-03 10:33:21 +02:00
TeoV
393171e601 Remove data_usage_multiply_factor from CDRC ( can be done via DataConverter) 2019-06-03 10:33:21 +02:00
TeoV
dddd9cbc32 Remove cdre.cost_multiply_factor (can we done via DataConvertor) 2019-05-31 09:23:59 +02:00
TeoV
f97d1c6d03 Remove usage_multiply (can be done via dataConverter) 2019-05-31 09:23:59 +02:00
TeoV
51e2ab9206 Add *generic in balance_rating_subject 2019-05-14 09:22:10 +02:00
TeoV
1225d5e05d Add option for balance_rating_subject in RALs section of config 2019-05-14 09:22:10 +02:00
Tripon Alexandru-Ionut
34aa65e853 Updated session indexing 2019-05-13 12:41:25 +02:00
Tripon Alexandru-Ionut
002b9ac933 Updated SessionS.asActiveSessions to accept filters 2019-05-13 12:41:25 +02:00
TeoV
55ee6a7c09 Disable default dependencies of SessionS 2019-04-18 12:27:43 +03:00