Archive for the ‘News’ Category

ctiSVR 1.4.1 Released

Posted: February 9, 2025 in News, TSAPI

ctiSVR 1.4.1 just released, this version has the following updates:

1. Add “setup” and “setup api” commands for program configuration.
2. Add API aya (Are you alive) to check the server status.
3. Compile with lastest version of CSchedulerEx for better handling of start stop internal scheduler.
4. Fine tune the object deletion sequence for program exit.
5. The API listextension add a parameter details=full for display more parameters.
6. Encode the password to XML format before sending to DMCC login.

clintSVR 2.2.2 Released

Posted: February 8, 2025 in CMS, News

clintSVR 2.2.2 just released, this version has the following updates.

1. Add extra AUX string to the API upqueueagentstatus and splitskillsla.
2. Fine tune the scheduler class to stop the service more effectively.
3. Fine tune the objection deletion sequence to stop the service more effectively.
4. Add field agentname to the custom report uphisallspagsummary. Search the result by agents or skills.
5. Supports postgresql database.
6. Supports oracle database for the historical and UPINGET reports.

bcmsSVR 2.3.1 Released

Posted: February 8, 2025 in BCMS, News

bcmsSVR 2.3.1 just released, this version has the following updates.

1. Add dynamic fields agentsAUX10-99 to the bcmsmonitorsplitsla and bcmsmonitorsplitstatus.
2. Fixed report deletion bug due to deadlock happened to access the bcms mutex for the deleting of the report threads.
3. Add new command disp connectionpool to display the OSSI connection pool status.
4. Only check OSSI connection status when the maximum IDLE time is exceeded.
5. Add “list emergency” REST API.
6. Supports postgresql database.

AutoBridge Supports Database Logging

Posted: December 22, 2024 in News

AutoBridge now supports the bridging information logging to database. The database table has the fields in the following table. After the integration, you can easily search Crisis Alert logging in the Splunk or in the database. If you want a trial, please contact us.

Specific parameters for database logging are explained in more details as follows:

ab_dbdsn: The ODBC DSN for the database connection
ab_dbusername: The username to connect to the database
ab_dbpasswd: The password to connect to the database
ab_dbtable: The table name for AutoBridge logging. By default, it is called tBridgeLog
ab_dberrfile: The error file to store the log if the database if found connection error
ab_dbtest: true or false to turn on database connection testing.

AvayaMonitor Supports CM OSSI Integration

Posted: December 20, 2024 in News, TSAPI

The AvayaMonitor has enhanced to support integration with Avaya CM using the OSSI interface. Currently, the following CM objects can be monitored by AvayaMonitor. Also, the dashboard can be easily created using Nagios Monitoring tool. If you want to have a trial, please contact us.

  • CM AE Svcs CTI Link
  • CM Processor Channels

Introduction

The Avaya Call Center Auto Greeting Server manages call center greetings centrally. It uses Avaya TSAPI and DMCC library to barges in to an agent extension and plays a greeting when there is incoming call of the extension. Multiple greetings can be defined for an agent. For example, different greetings for service, sales and support calls or different greetings based on languages. Also, the server supports streaming of WAV file. Call center function such as T&C playing with customer during sales activities is supported.

The AutoGreeting server can stream WAV file by itself using RTP streaming. If you want to offload the playing of the greeting file by another server, you can setup and configure an Asterisk server. This  required setup of a SIP trunk between your Avaya CM and the Asterisk and prefix codes are required for call routing from CM to the Asterisk.

Before installation of the software, please make sure you have the following Avaya features and licenses are installed:

  • Avaya AES Basic Licenses
  • Avaya DMCC Licenses

Installation  

  • Download and install the TSAPI client for Windows 32-bit / TSAPI client for Windows 64-bit from Avaya web site, it contains the library files.
  • Contact us for the the Avaya Call Center Auto Greeting Server package file.
  • Follow the installation steps below to install the software.
    • Extract all the files into directory c:\program files\autogreeting
    • Open Windows Command Prompt as Administrator, enter the following commands to register the program as Windows Service
      • cd c:\program files\autogreeting
      • autogreeting -i
      • sc description autogreeting “Provides Auto Greeting functions for Avaya CM”
    • Open ODBC Setting, create a System DSN called AUTOGREETINGCFG for Microsoft Access Driver and point to autogreeting.mdb which is located in the directory c:\program files\autogreeting
    • Start the Windows Service autogreeting
    • Telnet to localhost and port number 14002, enter username tcpgate and password tcpgate01 to access the program console
    • Enter the following command to have the basic setup and restart the service
      • setup
    • Enter the following command in the program console to add extensions
      • add extension 61101
      • Hint: 61101 is agent extension
    • Enter the following command in the program console to add ACD monitoring
      • add acd 51101
      • Hint: 51101 is ACD
    • Enter the following command in the program console to add phantom device
      • add phantom 41101 true/false encrypted_passwd
      • Hint: 41101 is phantom device
      • Hint: true/false is for login DMCC
      • Hint: Encrypted password for registration of DMCC extension
    • Enter the following command in the program console to define agents for autogreeting
      • add agent 50001
      • Hint: 50001 is agent ID
      • All agents are in scope for autogreeting by default. Add your specific agents if you want these agents for auto greeting
    • Enter the following command in the program console for VDN or split number to greeting file folder mapping
      • add greetingpath 10001 c:\\greeting\\programA\\
      • Hint: 10001 is VDN or split number, the path c:\\greeting\\programA\\ contains the voice greeting files which is WAV, mono and 8000 Hz format
    • Enter the following command in the program console for wavnumber to file path mapping
      • add wavnumberpath 00001 c:\\voice\\tc00001.wav
    • Enter the following command in the program console to add prefix mapping for VDN or split number (only required when Asterisk is for greeting purpose)
      • add greetingprefix 10001 451
      • Hint: 10001 is VDN or split number, 451 is dialing prefix and together with agent ID to form the final called number (Asterisk extension), you need to create such called number in Asterisk
    • Enter the following command in the program console for debug messages
      • trace on asc
    • Enter the following command in the program console for help menu
      • help

API for Streaming of Wav File

Asterisk Configuration (Required only without DMCC license)

  • Edit the extension_custom.conf, add the dialplan below for auto greeting
  • autogreeting
  • Create the greeting extension in Asterisk and record the unavailable message, the autogreeting server uses the unavailable  message as the greeting for agent
  • Use Asterisk’s advanced mailbox function to record the unavailable message, agent can change his/her greeting easily

DMCCLogger now supports real-time speech to text transcription. After continuous development, Google is now supported. The integration is implemented directly using the RTP packets captured from the DMCC, therefore transcription process is close to real-time. The transcription text is sent to application by WebSocket or API interface in the format of JSON event.

We will support more vendors in the future. If you want a trial, please contact us by email.

DMCCLogger now supports real-time speech to text transcription. Currently, we have integrated with AWS and Azure. The integration is implemented directly using the RTP packets captured from the DMCC, therefore transcription process is close to real-time. The transcription text is sent to application by WebSocket or API interface in the format of JSON event.

We will support more vendors in the future, Google is planned in next minor release.  If you want a trial, please contact us by email.

AutoBridge for 911 Emergency Call

Posted: July 27, 2024 in News

AutoBridge now supports bridging of 911 emergency calls with security officers immediately when user places a 911 call. The security officer can join the call or dispatch a team to assist the user if needed. AutoBridge uses DMCC to monitor a virtual station configured with Crisis Alert button. When user dials 911, the extension which dial the call is reported via the Crisis Alert button and the bridging process can be triggered automatically by the AutoBridge program. The AutoBridge can also use OSSI interface to get the caller who makes emergency call and trigger the process automatically.

The parameters that are specific for Crisis Alert are explained in more details as follows

ab_crisisalertdevice: The virtual station extension number that configured with crisis alert button
ab_crisisalertbridgedestination: The bridge destination after crisis alert is received. Normally, it is VDN or an extension of a security officer.
ab_crisisalertcancelbutton: The button number for the crisis alert. It is for cancellation of the crisis alert
ab_crisisalertcancelbuttonautopress: true or false to auto press the crisis alert button
ab_crisisalertringpattern: The ring pattern for crisis alert which is for determination if the virtual station is in crisis alert.
ab_ossilink: The OSSI link, you can setup by the tcpgate console “setup ossi”
ab_ossitrace: true or false to turn on the tracing.
ab_cmtenant: The CM tenant number to compare for the Auto-Bridging process.

upDialer 1.2.0 Released

Posted: July 3, 2024 in News, TSAPI

upDialer 1.2.0 just released, this version has the following updates:

1. Add “setup”, “setup database”, “setup API” and “setup splunk” commands for program configuration.
2. Add “add dialeruser”, “delete dialeruser” and “disp dialeruser” commands. Before that, the users are defined in the tcpgate admin user database table.
3. A role is associated with each dialeruser. Four standard user roles are defined, they are agent, supervisor, manager and admin. Some functions are limited to supervisor privilege or above only.
4. Add cancelcallitems API to cancel call items of a job.
5. Add listcallcitems API to list call items of a job. The listing supports “active” or “all” call item listing.
6. Add WebSocket “call back start” and “call back cancel” events notification during dialer callback.
7. Support add call items with specific schedule calling time. The dialling will be started after the schedule time (UNIX time stamp).