From a6448cf32094b794e91d5bde00f7f517256c498d Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Mon, 21 Dec 2015 13:43:34 +0200 Subject: [PATCH] updated conf fo second generic session manager --- data/conf/samples/hapool/cgrsmg2/cgradmin.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/data/conf/samples/hapool/cgrsmg2/cgradmin.json b/data/conf/samples/hapool/cgrsmg2/cgradmin.json index db742c071..f224c3c44 100644 --- a/data/conf/samples/hapool/cgrsmg2/cgradmin.json +++ b/data/conf/samples/hapool/cgrsmg2/cgradmin.json @@ -4,6 +4,13 @@ // Used for cgradmin // Starts rater, scheduler + +"cdrs": { + "enabled": true, // start the CDR Server service: + "rater": "127.0.0.1:2014", // address where to reach the Rater for cost calculation, empty to disable functionality: <""|internal|x.y.z.y:1234> + "cdrstats": "", // address where to reach the cdrstats service, empty to disable stats functionality<""|internal|x.y.z.y:1234> +}, + "sm_generic": { "enabled": true, "rater_conns": [ @@ -20,4 +27,4 @@ }, -} \ No newline at end of file +}