mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 15:18:44 +05:00
HttpPoster implementation in CDR replication and actions with call_url, new configuration parameters added: http_failed_dir, replication attempts, fixes #201, Rated bug fix in CDRC, Cost imported via CDRC in templates now
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"enabled": true, // start the CDR Server service: <true|false>
|
||||
"store_cdrs": false, // store cdrs in storDb
|
||||
"cdr_replication":[ // replicate the rated CDR to a number of servers
|
||||
{"transport": "*http_post", "server": "http://127.0.0.1:12080/cdr_http"},
|
||||
{"transport": "*http_post", "server": "http://127.0.0.1:12080/cdr_http", "attempts": 1},
|
||||
//{"transport": "*http_post", "server": "http://127.0.0.1:8000/mycdr"},
|
||||
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user