From 172e846d3fc0bc74929c211fb7e10a2a52a64254 Mon Sep 17 00:00:00 2001 From: armirveliaj Date: Fri, 28 Feb 2025 11:07:36 -0500 Subject: [PATCH] Update export_cdrs command in docs --- docs/tutorial.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 8a8a3f040..2fe838906 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -484,9 +484,10 @@ Once the CDRs are mediated, they are available to be exported. To export them, y .. code-block:: bash - cgr-console 'export_cdrs ExportArgs={"ExportFormat":"*file_csv", "ExportPath":"/tmp"}' + cgr-console 'export_cdrs ExporterIDs=["tutorial_export"]' Your exported files will be appear on your defined "export_path" folder after the command is executed. In this case the folder is /tmp +For all available parameters you can check by running ``cgr-console help export_cdrs``. Fraud detection ---------------