mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
SMGeneric.InitiateSession returns indefinite limit in case of debit loop
This commit is contained in:
@@ -108,20 +108,12 @@
|
||||
|
||||
"sm_generic": {
|
||||
"enabled": true,
|
||||
"debit_interval": "5s", // interval to perform debits on.
|
||||
},
|
||||
|
||||
"sm_asterisk": {
|
||||
"enabled": true, // starts Asterisk SessionManager service: <true|false>
|
||||
// "sm_generic_conns": [
|
||||
// {"address": "*internal"} // connection towards SMG component for session management
|
||||
// ],
|
||||
// "session_terminate_subscriber": {"address": "*internal"}, // handler for session_terminate events generated by SMG
|
||||
// "debit_interval": "10s", // 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
|
||||
// "asterisk_conns":[ // instantiate connections to multiple Asterisk servers
|
||||
// {"address": "127.0.0.1:8088", "user": "cgrates", "password": "CGRateS.org", "reconnects": 5}
|
||||
// ],
|
||||
"create_cdr": true,
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user