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:
DanB
2015-10-02 18:13:29 +02:00
parent f75afcea33
commit 2e61fcf5bb
15 changed files with 120 additions and 51 deletions

View File

@@ -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"},
],