Ozeki VoIP SDK - Product Guide
Did you know?
This SDK was used to build:Ozeki Phone System XE - VoIP PBX Software for Developers Which is a high performance PBX system supporting Mobile and Desktop phones.
It was also used to create Ozeki 3D VoIP softphone. A cool SIP client that allows 3D Video calls.
Building a predictive dialer system
Ozeki VoIP SIP SDK makes it easy to build your predictive dialer system. This article will guide you through the terms and main concepts of predictive dialers, then you can use the codes and explanations to start development.
What is predictive dialer?
When an autodialer connects an answered call to a live agent, it is often called a "predictive dialer". A predictive dialer uses realtime analysis to determine the optimal time to dial more numbers, whereas a power dialer simply dials a pre-set number of lines when an agent finishes the previous call.
In case of call center systems the communication can be started from inside or outside the system. When an outside communication request is received it usually means that a customer calls the call center for some reason. However, there is also a possibility to start calls from inside the call center, for example in case of a callback request.
When a call center agent performs a callback towards a customer, the calling process also goes through the call center server, therefore there is the possibility to implement some checking processes on the server-side. These processes can be used for detecting the fact that the called customer's line is engaged or that a fax machine answered the call.
Figure 1 - VoIP predictive dialer
Call answering can be analyzed by a voice recognition system that should be able to differentiate the fax machine, a busy signal or the actual human voice. The call will be literally established between the agent and the customer only if a human voice answers the phone call.
Implementation in C#
In the following section you will learn how you can extend your Ozeki VoIP SIP softphone application with the support for predictive dialing. For this purpose, you will need to download and install Ozeki VoIP SIP SDK first.
You can find a detailed step-by-step guide with an example about developing Predictive dialer at the Predictive Autodialer article.
If you have any questions or need assistance, please contact us at info@voip-sip-sdk.com
You can select a suitable Ozeki VoIP SIP SDK for building a predictive dialer on Pricing and licensing information page
Related Pages
- Autodialer
- Quick start guide
- Download Ozeki VoIP SIP SDK form the Ozeki VoIP SIP SDK download page
- You can find licensing information of Ozeki VoIP SIP SDK on Pricing and licensing information
BEGINNER
Getting started
Downloading VoIP SIP SDK
Installation steps
PBX configuration
Examples with source code
INTERMEDIATE
VoIP technology walkthrough
SIP softphone development
Webphone development
Mobile development
Voice recording
GETTING AROUND
Sitemap
Search the manual
API documentation
FAQ
Acknowledgements