Active synchronization for channels between CGR and FreeSWITCH, adding new channel_sync_interval configuration in session manager, should fix and close #77

This commit is contained in:
DanB
2015-06-15 19:31:19 +02:00
parent d13040a9f1
commit 9e0b234d55
11 changed files with 101 additions and 10 deletions

View File

@@ -71,6 +71,7 @@
"cdrs": "internal", // address where to reach CDR Server, empty to disable CDR capturing <""|internal|x.y.z.y:1234>
"create_cdr": true, // create CDR out of events and sends them to CDRS component
"debit_interval": "5s", // interval to perform debits on.
"channel_sync_interval": "10s",
"connections":[ // instantiate connections to multiple FreeSWITCH servers
{"server": "127.0.0.1:8021", "password": "ClueCon", "reconnects": 15}
],