Update export_cdrs command in docs

This commit is contained in:
armirveliaj
2025-02-28 11:07:36 -05:00
committed by Dan Christian Bogos
parent c21d5edfd3
commit 172e846d3f

View File

@@ -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
---------------