|
A Call Without an Owner
What happens to an incoming call if no applications have the line open with
owner privilege? First, TAPI informs all monitoring applications on the line
about the call. If no monitoring application switches to owner privilege to answer
the call, the service provider eventually drops the call.
The following steps describe what normally happens if a line has only
monitoring applications, a call comes in, and no applications answer the call. Assume
that the service provider is not configured to answer new calls by itself.
- The service provider passes the call handle to TAPI.
- TAPI passes monitor handles to the monitor applications.
- TAPI determines that the call is in the offering (not connected) state and lets the call "sit."
- The remote party eventually hangs up, and the call reverts to the idle call state because it was never connected.
- The monitors are notified that the call is idle and deallocate their handles if they have not already done so.
- The last deallocation causes a TSPI_lineCloseCall.
Although the call in this example was never answered, its appearance and
disappearance may have been significant to the applications monitoring the line. On
a network that offers caller ID, a user may want to screen incoming calls,
recording who has called without necessarily answering every call. Monitoring
applications can help accomplish this without ever needing to answer a call.
| 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
|