2. Another issue, we recommend running CGRateS within Debian OS. Can you also have that installed?
As it is docker, we are running cgrates with freeswitch on Debian image only.
3. Which tutorial are you following? There are multiple ones, depending on the VoIP Switch you are using.
https://cgrates.readthedocs.io/en/latest/tutorial.html#configuration-and-initialization & https://cgrates.readthedocs.io/en/latest/tutorial.html#test-calls
Please let me know if You need additional information, Looking for your support here!Amisha,
For the moment we have only built tutorials on Debian (so packages downloaded from there). There are chances we will build also for Docker but simply not enough hours in the day for now.
So what we recommend you is:
1. Install FreeSWITCH and CGRateS in a debian VM.
2. Check our tutorial step by step on readthedocs here: https://cgrates.readthedocs.io/en/latest/tutorial.html
3. Ask your questions concrete related to steps you got stuck with.
Any deviation will slow you down unnecessary for your first steps since you will have to ask us straight questions related to where did u get stuck.
Once you get familiar with the tutorial, you can go and also work with Docker, we do support it and host our own packages for it here (standalone binaries compiled on top of docker scratch image):
sudo docker pull dkr.cgrates.org/master/cgr-engine
sudo docker pull dkr.cgrates.org/master/cgr-console
Hope this helps!
DanB
--
You received this message because you are subscribed to the Google Groups "CGRateS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cgrates+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/cgrates/17acb6f8-1912-4ec5-b07e-0bdfd85fc75cn%40googlegroups.com.
cgr-console 'export_cdrs ExportArgs={"ExportFormat":"*file_csv", "ExportPath":"/tmp"}' export command isn't working Error below:
# cgr-console 'export_cdrs ExportArgs={"ExportFormat":"*file_csv", "ExportPath":"/tmp"}'
Error executing command: NOT_FOUND
#
but command is there for cgr-console.
"export_cdrs
Usage: export_cdrs ExporterIDs=null Verbose=false CGRIDs=null NotCGRIDs=null RunIDs=null NotRunIDs=null OriginIDs=null NotOriginIDs=null OriginHosts=null NotOriginHosts=null Sources=null NotSources=null ToRs=null NotToRs=null RequestTypes=null NotRequestTypes=null Tenants=null NotTenants=null Categories=null NotCategories=null Accounts=null NotAccounts=null Subjects=null NotSubjects=null DestinationPrefixes=null NotDestinationPrefixes=null Costs=null NotCosts=null ExtraFields=null NotExtraFields=null SetupTimeStart="" SetupTimeEnd="" AnswerTimeStart="" AnswerTimeEnd="" CreatedAtStart="" CreatedAtEnd="" UpdatedAtStart="" UpdatedAtEnd="" MinUsage="" MaxUsage="" OrderBy="" ExtraArgs=null Limit=null Offset=null"
Could you please suggest further?
Regards,
Amisha