DanB
0eb29c826b
Adding account_action_plans in cache config
2017-01-05 17:24:05 +01:00
DanB
03a9569190
Preload data on start, properly handle reloads when loadFromFolder or stor, ApierV1.PreloadCache method
2016-12-21 16:01:10 +01:00
DanB
46152f8297
Remove cache_dump_dir from config_defaults, fixes #582
2016-11-24 19:07:40 +01:00
DanB
593fef9162
Adding InstanceID in logging, configurable instanceID in config/general section, fixes #584
2016-11-24 19:03:57 +01:00
DanB
3644d2d288
Remove reconnects from opensips config_defaults, fixes #589
2016-11-24 15:45:38 +01:00
DanB
596f19c8bc
CDRC - allow RunID value on import
2016-11-24 15:39:56 +01:00
DanB
ce23852583
Small config fix
2016-11-12 11:27:44 +01:00
DanB
5281b7c051
Updating default cgrates.json config, small logs modifications in http server
2016-11-12 11:17:52 +01:00
Shane Neuerburg
7acfa6acbc
Set up JSON RPC and WebSocket URLs to be configurable
...
This also allows the two URLs to be disabled entirely. Also in this commit is rudimentary basic auth support for WebSockets
2016-11-11 16:17:54 -07:00
Shane Neuerburg
0cfd025a0d
Add basic authentication without dependencies
...
This adds a rudimentary basic auth scheme without including dependencies.
2016-11-10 16:35:08 -07:00
Shane Neuerburg
a88a1e75ed
Add basic authentication to HTTP API
...
This adds support for basic authentication for the HTTP API with new configuration values to control if basic auth is used, the basic auth realm URL, and the location to a basic .htpasswd file.
github.com/abbot/go-http-auth is added as a dependency as it efficiently implements basic auth, as well as .htpasswd file monitoring.
2016-11-10 10:57:55 -07:00
DanB
d8eeddd348
SMGeneric smg_replication_conns configuration
2016-10-27 19:23:03 +02:00
DanB
bd0a902005
Adding log_level in cgrates.json, not longer starting services from cgr-engine command arguments
2016-10-25 19:10:47 +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
f261cbddec
Configuration - remove smg_conns option in sm_asterisk section, updating default cgrates.json config
2016-09-23 14:10:17 +02:00
DanB
59a083bc4c
SMAsterisk - configuration cleanup, processCDR option introduced
2016-09-18 15:47:40 +02:00
DanB
cef071533b
Adding CDRs sm_cost_retries configuration option
2016-09-16 16:27:01 +02:00
DanB
d65897c2d0
SM-Asterisk - connection and listening mechanism implementation
2016-09-09 17:34:28 +02:00
DanB
75f56f9618
SMAsterisk configuration, initial structures
2016-09-07 19:26:04 +02:00
DanB
7ce4f65f02
DiameterAgent, cdr_requires_session config option
2016-09-02 14:42:01 +02:00
DanB
25c61b7d65
Merge fixes
2016-09-02 13:07:00 +02:00
DanB
401625861d
Updated project README, COPYRIGHT information
2016-09-02 13:04:34 +02:00
rinor
6a51639de4
diameter_agent: remove "dialect"
2016-09-02 12:38:59 +02:00
DanB
db02afe33e
Update default configuration file
2016-08-29 19:15:54 +02:00
DanB
90069ab05d
AccountDigest - AccountSummary for better readability
2016-08-29 12:57:24 +02:00
DanB
3831ad3d74
CDRS - injecting AccountDigest information in CDRS based on cdr_account_digest parameter
2016-08-27 12:23:54 +02:00
DanB
dda8fdd106
New configuration option: session_indexes for sm_generic
2016-08-24 08:41:53 +02:00
Radu Ioan Fericean
cac660d1ef
added cache config section
2016-08-15 17:53:26 +03:00
DanB
c8878f8b87
Adding ResourceLimiter configuration within SMFreeSWITCH
2016-08-07 17:39:28 +02:00
DanB
f8a998600b
Model converters, instantiate Usage on resourceLimit
2016-08-07 17:00:14 +02:00
DanB
e452dbc28c
CdrExporter.ExportFolder to CdrExporter ExportDirectory, fixed tutorial files with proper cdrexport field type
2016-08-06 13:02:22 +02:00
DanB
73a99f3fd9
Adding ResourceLimiter default json configuration
2016-08-02 19:29:07 +02:00
DanB
ae8549e13c
CDRC - PartialCacheExpiryAction
2016-07-31 19:12:50 +02:00
DanB
7271ea85d5
CDRC - support for partial_csv format
2016-07-31 18:28:24 +02:00
DanB
2ca2e607d3
Revert "PartialRecords - removing cacheDump fields configuration in favor of keeping original records"
...
This reverts commit d56e3997c1 .
2016-07-31 11:34:11 +02:00
DanB
d56e3997c1
PartialRecords - removing cacheDump fields configuration in favor of keeping original records
2016-07-31 11:14:32 +02:00
DanB
fe44f6398a
CDRC config - adding Cache_dump_fields template option
2016-07-20 14:00:28 +02:00
Radu Ioan Fericean
f4b3839bff
no faststart by default
2016-07-18 20:49:11 +03:00
Radu Ioan Fericean
2fb3c27bb7
changed cdr paths in tests
2016-06-20 16:13:25 +03:00
Radu Ioan Fericean
07479dcce0
Merge branch 'master' into faststart
2016-06-20 11:25:24 +03:00
Radu Ioan Fericean
a68df14ce7
added cache_dump_dir conf and moved stuf from log
2016-06-14 19:42:56 +03:00
DanB
db52989256
CDRE - remove default configuration for FieldID since it makes no sense there
2016-06-09 15:56:01 +02:00
DanB
d7f2330c6b
New config options: httpposter_attempts, connect_timeout, reply_timeout, locking_timeout, fix connection drop detection in case of HA
2016-05-30 21:13:42 +02:00
DanB
3b61326ab1
Extending CDRC XML, adding HierarchyPath to configs
2016-05-07 09:08:56 +02:00
DanB
f819912a0f
CDRC configuration change to increase flexibility, list now
2016-04-28 15:40:14 +02:00
DanB
d4ac5548cb
Default request caching disabled
2016-04-26 13:42:34 +02:00
DanB
c913eca95d
Updating sample configs with new format
2016-04-24 11:18:23 +02:00
DanB
671f35bbca
Refactored configuration file to include cluster connections everywhere, renamed old rater into RALs, fixes #389
2016-04-20 13:24:09 +02:00
DanB
68c9826560
Merge fixes
2016-04-18 20:34:50 +02:00