From d0da699c36eff656d6c9d27d5d841b9d63bcecd6 Mon Sep 17 00:00:00 2001 From: Anthony Somerset Date: Tue, 31 Aug 2021 13:48:42 +0200 Subject: [PATCH] ers docs typo references content_fields instead of fields --- docs/ers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ers.rst b/docs/ers.rst index b4e33e642..dfb48555a 100644 --- a/docs/ers.rst +++ b/docs/ers.rst @@ -46,7 +46,7 @@ With explanations in the comments: ], "source_path": "/tmp/ers2/in", // location of the files "processed_path": "/tmp/ers2/out", // move the files here once processed - "content_fields":[ // mapping definition between line index in the file and CGRateS field + "fields":[ // mapping definition between line index in the file and CGRateS field { "tag": "OriginID", // OriginID together with OriginHost will "path": "*cgreq.OriginID", // uniquely identify the session on CGRateS side