|
Predictive Dialing
Predictive dialing is an application that typically runs on a call center telephony server. It
uses a list of phone numbers, often obtained from a database, to attempt
outbound calls; when a call is completed, the call is automatically assigned to an agent for handling. The application
can make use of a predictive dialing port on a switch, which is a device that can make outbound calls and has special
abilities (through DSP, and so on) to detect call progress tones and other
audible indications of call state. When a call is made on a predictive dialing port,
it will typically be automatically transferred to another device on the switch
when the call reaches a particular state or upon detection of a particular
media mode; this target device might be a queue for agents handling outbound
calls.
Applications identify a device as having predictive dialing capability by the
LINEADDRCAPFLAGS_PREDICTIVEDIALER bit in the dwAddrCapFlags member in LINEADDRESSCAPS. The dwPredictiveAutoTransferStates member in LINEADDRESSCAPS indicates the states upon which the predictive dialing port can be commanded
to automatically transfer a call; if this member is zero, it indicates that
automatic transfer is not available, and that it is the responsibility of the
application to transfer calls explicitly upon detecting the appropriate call state
(or media mode or other criteria). Preferably, switch manufacturers will make
available both automatic and manual transfer, and allow applications to select
the preferred mechanism, but service providers would have to model the behavior
of legacy equipment. A single predictive dialing port (line device/address) can
support making several outbound calls simultaneously, as indicated by the dwMaxNumActiveCalls member in LINEADDRESSCAPS. Predictive dialing capability can also be made available on any device, using a shared pool of predictive dialing signal processors, which
are bridged onto the line being dialed upon request.
When the lineMakeCall function is used on a line capable of predictive dialing (a port with the
LINEADDRCAPFLAGS_PREDICTIVEDIALER set) and predictive dialing is requested using
LINECALLPARAMFLAGS_PREDICTIVEDIAL, then the call is made in a predictive fashion
with enhanced audible call progress detection. Additional fields and constants
are defined in the LINECALLPARAMS structure passed in to lineMakeCall to control the behavior of the predictive dialing port. The dwPredictiveAutoTransferStates member indicates the line call states which, upon entry of the call into any
of them, the predictive dialing port should automatically transfer the call to
the designated target (the bits must be a proper subset of the supported
auto-transfer states indicated in LINEADDRESSCAPS); the application can leave the field set to 0 if it desires to monitor call
states itself and use lineBlindTransfer to transfer the call when it reaches the desired condition. The application
must specify the desired address to which the call should be automatically
transferred in the variable field defined by the dwTargetAddressSize and dwTargetAddressOffset members in LINECALLPARAMS.
Applications can also set a timeout for outbound calls so that the service
provider will automatically transition them to a disconnected state if they are
not answered. This is controlled using the dwNoAnswerTimeout member in LINECALLPARAMS.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|