|
Call Control
The developer's view of telephony is one in which telephone lines and phone
sets are logically connected through TAPI. This logical connection also provides
a point of termination for the telephone line. The physical connection can be
made at the desktop, or at a LAN-based host or server, where a LAN protocol extends the connection of the phone lines or phone to the client application. TAPI
uses a first-party call-control model on the logically terminated line as well as
control of the associated phone device, if any.
Applications access Telephony API services using a first-party call control
model. This means that the application controls telephone calls as if it is an
endpoint (the initiator or the recipient) of the call. The application can make
calls, be notified about inbound calls, answer inbound calls, invoke switch
features such as hold, transfer, conference, pickup, and park, and can detect and
generate DTMF tones for signaling remote equipment. An application can also use
TAPI functions to monitor call-related activities occurring in the system.
In contrast, third-party call control means that the controlling application
does not act as an endpoint of the call. A third-party call-control model allows
an application to establish or answer a call between any two parties the application does not act as either of these parties.
A service provider may implement TAPI's line and phone functions by treating
the set of all stations on the switch as a single line device to which multiple
phone numbers are assigned. Each phone number on the line device maps to one of
the stations on the switch that is, calls passing through the switch can reach a local station by using
its address (telephone number). The application can answer calls or make calls,
selecting any one of the addresses on the line device as the origination
number. Although the application appears to be the originating party, a call is
actually established between the station whose address was selected by its
originating number and the other party. However, this implementation is a type of
third-party call control and is not a design goal of TAPI, which emphasizes
first-party call control applications.
| 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 without manual coding. Full C# source codes are available 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 » |
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
|