mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
24 lines
809 B
JSON
24 lines
809 B
JSON
{
|
|
|
|
// Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments
|
|
// Copyright (C) ITsysCOM GmbH
|
|
|
|
"cdrc": [
|
|
{
|
|
"id": "CDRC-CSV3",
|
|
"enabled": true, // enable CDR client functionality
|
|
"cdr_in_path": "/tmp/cgrates/cdrc3/in", // absolute path towards the directory where the CDRs are stored
|
|
"cdr_out_path": "/tmp/cgrates/cdrc3/out", // absolute path towards the directory where processed CDRs will be moved
|
|
"cdr_source_id": "csv3", // free form field, tag identifying the source of the CDRs within CDRS database
|
|
},
|
|
],
|
|
|
|
"sm_freeswitch": {
|
|
"enabled": true, // starts SessionManager service: <true|false>
|
|
"event_socket_conns":[ // instantiate connections to multiple FreeSWITCH servers
|
|
{"address": "2.3.4.5:8021", "password": "ClueCon", "reconnects": 5},
|
|
],
|
|
},
|
|
|
|
}
|