mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
25 lines
557 B
JSON
25 lines
557 B
JSON
{
|
|
|
|
// Real-time Charging System for Telecom & ISP environments
|
|
// Copyright (C) ITsysCOM GmbH
|
|
//
|
|
// This file contains the default configuration hardcoded into CGRateS.
|
|
// This is what you get when you load CGRateS with an empty configuration file.
|
|
|
|
|
|
"sm_freeswitch": {
|
|
"enabled": true,
|
|
"rals_conns": [
|
|
{"address": "127.0.0.1:2013"}
|
|
],
|
|
"cdrs_conns": [
|
|
{"address": "127.0.0.1:2013"}
|
|
],
|
|
"debit_interval": "5s",
|
|
"channel_sync_interval": "10s",
|
|
"event_socket_conns":[
|
|
{"address": "127.0.0.1:8021", "password": "ClueCon", "reconnects": 5}
|
|
],
|
|
},
|
|
|
|
} |