This commit is contained in:
DanB
2016-04-08 07:46:28 +02:00
10 changed files with 120 additions and 23 deletions

View File

@@ -187,6 +187,7 @@
// "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
// "session_ttl": "0s", // time after a session with no updates is terminated
//},

View File

@@ -27,6 +27,7 @@
"enabled": true,
"rater": "internal",
"cdrs": "internal",
"session_ttl": "10ms",
},
}