diff --git a/data/conf/samples/ees/cgrates.json b/data/conf/samples/ees/cgrates.json index a33f2ce47..cc1d765a0 100644 --- a/data/conf/samples/ees/cgrates.json +++ b/data/conf/samples/ees/cgrates.json @@ -458,6 +458,7 @@ {"tag": "CGRID", "path": "*exp.cgrid", "type": "*variable", "value": "~*req.CGRID"}, {"tag": "AnswerTime", "path": "*exp.answer_time", "type": "*variable", "value": "~*req.AnswerTime"}, {"tag": "Cost", "path": "*exp.cost", "type": "*variable", "value": "~*req.Cost{*round:4}"}, + {"tag": "Usage", "path": "*exp.`usage`", "type": "*variable", "value": "~*req.Usage"}, ] }, {