29 Jan 2017, bcmsSVR 2.0.0 just released. This version has the following changes
1. Change the tcpgate console commands of bcms reports as follow
– add/delete bcmsmonitorsplit
– add/delete bcmsmonitorsystem
– add/delete bcmsmonitorvdn
– add/delete bcmslistsplit
– add/delete bcmslistvdn
– add/delete bcmslistagent
– add/delete bcmslisttrunk
– add/delete bcmslistsummarysplit
– add/delete bcmslistsummaryvdn
– add/delete bcmslistsummaryagent
– add/delete bcmslistsummarytrunk
2. Add 4 new reports and store the data in database
– ListStation
– ListAgent
– ListVdn
– ListHistory
3. Change the database tables as follow
– tListAgent -> tBcmsListAgent
– tListSplit -> tBcmsListSplit
– tListSummaryAgent -> tBcmsListSummaryAgent
– tListSummarySplit -> tBcmsListSummarySplit
– tListSummaryTrunk -> tBcmsListSummaryTrunk
– tListSummaryVdn -> tBcmsListSummaryVdn
– tListTrunk -> tBcmsListTrunk
– tListVdn -> tBcmsListVdn
– tMonitorSplit -> tBcmsMonitorSplit
– tMonitorSystem -> tBcmsMonitorSystem
– tMonitorVdn -> tBcmsMonitorVdn
4. The naming of bcms reports for the bcms.dll and bcmsOCX.ocx are all prefix with bcmsapi and bcms respectively.
5. Supports Multiple Active Result Sets (MARS) for MSSQL. A parameter bcms_db_mssqlmars is defined. Set it to true if this feature is enabled for MSSQL.
6. Fixed SSH login failed and long time issues.