SMGeneric.InitiateSession returns indefinite limit in case of debit loop

This commit is contained in:
DanB
2016-09-18 16:22:53 +02:00
parent 1c76c37dea
commit 3cff1cf23e
2 changed files with 3 additions and 11 deletions

View File

@@ -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,
},