|
Call Accept, Reject, and Redirect
In environments like ISDN, call offering is separate from alerting. In fact,
after a call has been offered to an application, a time window exists during
which the application has a number of options:
- It can immediately answer the call using lineAnswer.
- It can accept the call using lineAccept, which initiates alerting to both the caller (as ringback) and the called party (as ring).
- It can reject the offering call using lineDrop, which reverts the offering call to the idle state.
- It can redirect the call using lineRedirect, which deflects the offering call to another address. The call reverts to the idle state.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Unix Manual Pages
|