mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 02:56:24 +05:00
Merge pull request #289 from rinor/master
config: config_defaults.go - sm_generic section
This commit is contained in:
@@ -203,8 +203,8 @@ const CGRATES_CFG_JSON = `
|
||||
"listen_bijson": "127.0.0.1:2014", // address where to listen for bidirectional JSON-RPC requests
|
||||
"rater": "internal", // address where to reach the Rater <""|internal|127.0.0.1:2013>
|
||||
"cdrs": "internal", // address where to reach CDR Server <""|internal|x.y.z.y:1234>
|
||||
"debit_interval": "0", // interval to perform debits on.
|
||||
"min_call_duration": "0", // only authorize calls with allowed duration higher than this
|
||||
"debit_interval": "0s", // interval to perform debits on.
|
||||
"min_call_duration": "0s", // only authorize calls with allowed duration higher than this
|
||||
"max_call_duration": "3h", // maximum call duration a prepaid call can last
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user