Archive for January, 2017

clintSVR 1.3.3 Released

Posted: January 31, 2017 in CMS, News

31 Jan 2017, clintSVR 1.3.3 just released. This version has the following changes: 

1. Supports Multiple Active Result Sets (MARS) for MSSQL. A parameter cs_rtdb_mssqlmars is defined. Set it to true if this feature is enabled for MSSQL. Also, a parameter cs_rtdb_mssqlobject is introduced when database object name is needed.
2. Add multiAgentAddSkill, multiAgentDeleteSkill and multiAgentModifySkill functions. These function can be accessed by the REST, WebSocket, API ALL and OCX interfaces.

bcmsSVR 2.0.0 Released

Posted: January 29, 2017 in BCMS

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.

CloudCDR 1.1.2 Released

Posted: January 14, 2017 in Avaya CDR, News

14 January 2017, CloudCDR just released. This version 

1. Supports other PBX CDR such as Cisco. A parameter called “cdr_systemothers” is added for this purpose.
2. Recompile the program due to base class AvayaCDR supports Multiple Active Result Sets (MARS) for MSSQL.

AvayaCDR 1.5.14 Released

Posted: January 14, 2017 in Avaya CDR, News

14 January 2017, AvayaCDR 1.5.14 just released. This version 

1. Supports Multiple Active Result Sets (MARS) for remote database MSSQL. A parameter cdr_remotedb_mars is defined. Set it to true if this feature is enabled for MSSQL.
2. Fixed bug in commands “import cdrdir” and “import cdrfile” which the directory name and filename contains whitespace and the execution of the command is not successful.