Cookie Preference Centre

Your Privacy
Strictly Necessary Cookies
Performance Cookies
Functional Cookies
Targeting Cookies

Your Privacy

When you visit any web site, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences, your device or used to make the site work as you expect it to. The information does not usually identify you directly, but it can give you a more personalized web experience. You can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, you should know that blocking some types of cookies may impact your experience on the site and the services we are able to offer.

Strictly Necessary Cookies

These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site may not work then.

Cookies used

ContactCenterWorld.com

Performance Cookies

These cookies allow us to count visits and traffic sources, so we can measure and improve the performance of our site. They help us know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies, we will not know when you have visited our site.

Cookies used

Google Analytics

Functional Cookies

These cookies allow the provision of enhance functionality and personalization, such as videos and live chats. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies, then some or all of these functionalities may not function properly.

Cookies used

Twitter

Facebook

LinkedIn

Targeting Cookies

These cookies are set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant ads on other sites. They work by uniquely identifying your browser and device. If you do not allow these cookies, you will not experience our targeted advertising across different websites.

Cookies used

LinkedIn

This site uses cookies and other tracking technologies to assist with navigation and your ability to provide feedback, analyse your use of our products and services, assist with our promotional and marketing efforts, and provide content from third parties

OK
[HIDE]

Here are some suggested Connections for you! - Log in to start networking.

MEMBER
Rodolfo Vargas
Consulting Manager
23
MEMBER
Ekaterina Korvatskaya
Head of Contact Center
10
MEMBER
Ashwin Raj
General Manager
17
MEMBER
Sarah Brady
Customer Experience Specialist
49

Case Studies : Singo Solution

 


Call centers serve as the "front door" to many businesses and can be a vital part of a company’s success. Originally designed to manage inbound and outbound phone calls, today’s call centers

manage a multitude of customer interactions, from customer service/support functions to sales. Some of the larger call centers provide millions of dollars worth of products and services each hour, so even a brief outage cannot be tolerated. In order to remain competitive in this market, today’s call centers must effectively handle different modes of contact while containing costs, improving agent efficiencies, and delivering high-quality interactions.

Singo Solution, Inc. provides a variety of call-center and specialized solutions to clients across the globe. Services include predictive dialer hosting and on-premise solutions with Digital Voice Recording (DVR), Interactive Voice Response (IVR), blended Skills-Based routing, toll-free enhanced routing, call center disaster recovery services, call center agents, call automation and office phones.

In 2005, Singo realized that, in order to differentiate itself in the marketplace, it needed to develop a robust, reliable and revolutionary platform for the call-center industry. The result was the Blaze Call Management System: a comprehensive, scalable, web-enabled VoIP dialing platform that manages customer interactions via phone lines and a variety of other electronic methods of communication.


Choosing Ada

When work started on the Blaze product, Singo realized that its own C-based call detection algorithum and the many complicated contact management functionswere too time consuming and costly to maintain, and that enhancing them would not be practical. The company decided to leave its legacy systems behind, and to start from scratch.

The programming language choice was critical, and Singo decided early on that Ada was the best available language for producing code with the expressiveness, speed, and - most importantly - the reliability needed for a call center system of Blaze’s magnitude.

 

"We know we made the right decisionin choosing Ada,since it helped us get our code done right the first time. The code is efficient but also extremely readable and maintainable."

- Sieu Ngo, President and CEO, Singo Solution, Inc.


Ada is an internationally-standardized language combining object-oriented programming features, structured concurrency facilities, real-time support, and extensive compile-time checking, making it an attractive choice for applications where reliability is critical. Ada’s strong typing and other built-in checks allow the compiler to detect source code errors that in a C-based language would only be caught during run-time debugging, when they are much more time consuming and expensive to track down. Ada’s reader-friendly syntax makes program maintenance easier. In short, using Ada means higher productivity and fewer bugs.


A Robust, Easy-to-Use, Scalable Distributed System

 

At the heart of the Blaze system is a contact management system, which allows call center agents to log in from any location and act as one centralized team for both inbound and outbound functions. This makes a perfect solution for call center applications by drastically increasing production while providing tools for both call quality and industry compliance.


Increased production comes from their ability to provide dialer functions, filter calls with sophisticated call detection modules, Skills-Based call blending, workforce management, automated email, fax and message blast, and traditional PBX type features. Quality assurance is gained by using Singo's integrated DVR capabilities, live agent monitoring functions and coaching features. Compliance is gained by using Dialing Profiles (for time zone management), list selection/management and real-time queue statistics.

 

Since Blaze is VoIP native, it can be hosted anywhere with a data connection. The system is also fault tolerant, with key components duplicable to mitigate the risk of outages.



"The key advantage of using Ada is that it is simply more robust than any other language available today"

- Jesse Lang, Chief Technical Officer, Singo Solution, Inc.



Using Ada

 

As a strongly typed language, Ada detects at compile time many errors that would only be found during testing and integration in a language such as C. This allows developers to spend their time enhancing the core software with new features and functions, versus trying to figure out why things aren’t working.

One of Ada’s distinguishing features is its support for concurrency. Threads (known in Ada as tasks) can interact with each other directly and synchronously (through rendezvous) or indirectly and asynchronously through protected (i.e. mutually exclusive) accesses to shared data. Concurrency is inherent in the Singo Blaze call center software logic: many different calls come in, are routed, and are handled all at the same time. Singo found Ada’s tasking a natural solution for the system’s concurrency requirements, and was able to achieve several objectives:

  • Efficiency. Ada’s tasking implementation automatically takes advantage of multi-core platforms. As the number of cores increases, the operating system can automatically exploit the additional processing power by allocating tasks to the new cores, with a resultant speedup in system performance. Blaze does not have to be hard coded to assume a certain number of cores, or a particular board or configuration. New hardware can be inserted to support a larger volume of calls as traffic increases. In part because of the use of Ada tasking, Blaze has achieved better performance than previous generations of call center products from Singo and other companies.
  • Reliability. Concurrent programs are notoriously difficult to debug, because of the multitude of possible execution paths and the non-determinism inherent in the operational environment. In many programming languages, concurrency needs to be managed directly by the programmer through calls to low-level routines for creating threads, communication queues, semaphores, etc. The programmer also needs to ensure that shared data is not corrupted when accessed simultaneously by multiple threads. This manual management of threads and their interaction is both complex and error prone. An error may show up as an intermittent and timing-dependent corruption of data that is not detected until long after it has occurred. With Ada’s tasking model, these kinds of data corruption errors can be prevented by defining the shared data structures as protected objects. The Ada tasking implementation ensures that when a protected object is being modified, this operation is executed with mutual exclusion.

 


Choosing GNAT Pro


"We strive to give our customers the best products, prices and customer service, and we expect the same from our vendors. AdaCore’s knowledgeable Frontline Support team was terrific, and the time we saved was invaluable."

- Jesse Lang, Chief Technical Officer, Singo Solution, Inc.


To implement the Blaze Call Management System, Singo selected AdaCore’s GNAT Pro Integrated Development Environment. The GNAT Pro product offers a modern, professional software build environment and tool-chain that scale up to handle very large systems. Most importantly, GNAT Pro is backed by expert support services provided by the product developers themselves. GNAT Pro is available on more native and embedded platforms than any other Ada environment, and is widely used to write applications with the most demanding reliability, safety and/or security requirements.

 

In developing the Blaze system, Singo used several AdaCore products that complement the GNAT Pro toolset. One is the Ada Web Server (AWS) technology, which supports development of web-based graphical user interfaces (GUIs). Singo used AWS to implement a flexible GUI that is easily learned by new Blaze users while also providing the advanced functionality needed by experienced Blaze users. The new GUI allowed new users to be instantly productive where past systems almost always required some training prior to use.

 

Another AdaCore product heavily used in Blaze is PolyOrb, which supports CORBA distributed communications. A call center must have the capacity for a large number of calls and lines. Within Blaze these are represented as telephony call nodes and each node is a CORBA object. Blaze can create and manage any number of these nodes, limited only by the amount of physical memory available. Thus much like the basic architecture where Ada tasking can take advantage of the number of cores, Blaze can handle an increasing number of phone lines without needing to be rebuilt. If the number of lines increase as a call center grows, new memory can be added to the hardware to support new nodes. Thus Blaze is highly scalable, handling a range from just a few call lines to upwards of hundreds of thousands if required.

 


Realizing the Benefits

 

With the Distributed model that Ada was able to provide, Blaze is currently one of the largest Call Management Systems available in the world and no longer tied down to physical hardware limitations like most of their competitors and their legacy product line. The system is already being used in both traditional and non-traditional call center applications around the world, and it is attracting attention from major corporations in domains that include healthcare, cable and telecommunications, utilities, insurance and many others.

 

The transition to Ada and GNAT Pro has been smooth, with AdaCore’s Frontline Support serving in effect as partners with Singo’s development team. As the Blaze Call Management System evolves to meet new requirements, the benefits of Singo’s technology choices – robustness and reliability – should continue to grow.


About AdaCore:
Company LogoFounded in 1994, AdaCore is the leading provider of commercial software solutions for Ada, a state-of-the-art programming language designed for large, long-lived applications where safety, security, and reliability are critical. AdaCore's flagship product is the GNAT Pro development environment, which comes with expert on-line support and is available on more platforms than any other Ada technology. AdaCore has an extensive world-wide customer base
Company RSS Feed   Company LinkedIn   Company Profile Page

About singo:
Company LogoBased in Phoenix Arizona, Singo provides Software-as-a-Service contact management solution to clients across three continents. Singo offers a VoIP Native, web-hosted, multi-site capable phone system with integrated inbound skills-based routing (ACD), predictive outbound, call recording, IVR, agent monitoring, automated dialing and PBX functions.
Company RSS Feed   Company Profile Page

Today's Tip of the Day - Speech Opportunities - What To Look For?

Read today's tip or listen to it on podcast.

Published: Monday, September 5, 2011

Printer Friendly Version Printer friendly version

2023 Buyers Guide Recording

 
1.) 
Premium Listing
Call Center Studio

Call Center Studio
Call Center Studio is the world’s first call center built on Google and is one of the most secure and stable systems with some of the industry’s best reporting. It is one of the most full-featured enterprise grade systems (with the most calling features, one of the best call distribution, outbound dialing features and integrations—including IVR, AI Speech Recognition, blended inbound/outbound calling and includes Google’s new Dialogflow and Speech API. Call Center Studio is the absolute easiest to use (with a 10 minute setup), and is the price performance leader with lower equipment cost and less setup time.


2.) 
ASC

ASC Recording Insights and neo
ASC Recording Insights guarantees legally compliant recording and analysis of all communication channels in Microsoft Teams - including audio calls (internal and external calls), chat conversations and video meetings.

neo Recording, QM & Analytics address all enterprises with recording needs, especially contact centers. The content of communication becomes accessible and critical information and trends are revealed, providing real-time business intelligence for immediate management action.

3.) 
Geomant

Microsoft Teams Cloud Recording Service
Geomant offers a fully managed recording service for those organisations who need to address compliance or quality management while working on Teams. The Service utilises Verint’s market leading recording technology and is hosted by Geomant in Microsoft Azure. Our managed service approach is unique in that it allows organisations to benefit from advanced recording features, all while being free from any technical infrastructure or maintenance requirements that come with a traditional on-premises set up.

4.) 
Lieber & Associates

Recording System Consulting
L&A provides vendor-independent consulting services to select, contract for, test, and implement contact center recording systems. The firm's consultants specialize in contact center I.T. and have several decades of experience each with all major and many smaller makers of phone and call recording systems.

5.) 
Numonix

IXCloud
Numonix's IXCloud is one of the first fully managed compliance recording solutions for Microsoft Teams. IXCloud securely records, stores and analyzes interactions in the cloud without physical or virtual servers. As a fully managed Azure-based, Software-as-a-Service cloud interaction recording solution, IXCloud takes interaction capture into the future. It enables instant and elastic scalability to support business growth and provides the necessary tools to enhance business performance while maintaining compliance. IXCloud redefines versatility with its OpenAPI framework that enables application development. Companies and third-party developers benefit from IXCloud native capture technology, whether it be integrating with internal systems or building a third-party application.

6.) 
Nuxiba Technologies

CenterWare
Enterprise recording management for storage, retrieval, playback, and monitoring communications throughout your contact center.

Record screen activity and calls across agent workstations, measure and monitor quality levels across all campaigns and analyze recordings to capture first-hand customer data and requirements.

Easly access all recordings and critical information to provide improved customer experience, sales, and productivity!

7.) 
OrecX

Oreka TR
Oreka TR total recorder includes all of the call recording capabilities you will need, at about half the cost of competing for call recorder solutions, including screen recording, mobile phone recording, live monitoring, on-demand recording, multi-tenancy, multi-site recording, audit trail, call exporting, retention management, auto-tagging (for speech analytics and phrase spotting) and so much more.

8.) 
PCS Software

PCS GD
Call recording solution fully integrate to all main pbx solutions.

9.) 
Teckinfo Solutions Pvt. Ltd.

InterDialog UCCS
InterDialog UCCS enables organizations to adhere to all compliances with its inbuilt call recording software and also has an option for screen recording. With centralized repository of all voice logs, its easy to maintain & retrieve all voice files and have a central control in case of multiple branches set up.
 

About us - in 60 seconds!

Join Our Team

Submit Event

Upcoming Events

The 19th AMERICAS Annual Best Practices Conferences are here! Meeting Point for the World's Best Contact Center & CX Companies Read More...
 13712 
Showing 1 - 1 of 3 items

Newsletter Registration

Please check to agree to be placed on the eNewsletter mailing list.
both ids empty
session userid =
session UserTempID =
session adminlevel =
session blnTempHelpChatShow =
CMS =
session cookie set = True
session page-view-total = 1
session page-view-total = 1
applicaiton blnAwardsClosed =
session blnCompletedAwardInterestPopup =
session blnCheckNewsletterInterestPopup =
session blnCompletedNewsletterInterestPopup =