diff --git a/data/tutorials/fs_json/freeswitch/etc/freeswitch_conf.tar.gz b/data/tutorials/fs_json/freeswitch/etc/freeswitch_conf.tar.gz index 5f6698c62..09b9c48e6 100644 Binary files a/data/tutorials/fs_json/freeswitch/etc/freeswitch_conf.tar.gz and b/data/tutorials/fs_json/freeswitch/etc/freeswitch_conf.tar.gz differ diff --git a/docs/tut_cgrates_usage.rst b/docs/tut_cgrates_usage.rst index 255de23fd..21a120b56 100644 --- a/docs/tut_cgrates_usage.rst +++ b/docs/tut_cgrates_usage.rst @@ -64,6 +64,13 @@ To verify that all actions successfully performed, we use following *cgr-console cgr-console 'cost Category="call" Tenant="cgrates.org" Subject="1001" Destination="1004" TimeStart="2014-08-04T13:00:00Z" TimeEnd="2014-08-04T13:00:20Z"' cgr-console 'cost Category="call" Tenant="cgrates.org" Subject="1001" Destination="1004" TimeStart="2014-08-04T13:00:00Z" TimeEnd="2014-08-04T13:01:25Z"' +- Make sure *CDRStats Queues* were created: + + :: + + cgr-console cdrstats_queueids + cgr-console 'cdrstats_metrics StatsQueueId="*default"' + Test calls ----------