|
Basic Telephony Services Functions
The Basic Telephony functions are listed by category in the following tables.
A function is identified as asynchronous if it will indicate completion in a REPLY message to the application. If the
function always returns its result to the application immediately, the function
is considered synchronous.
TAPI Initialization and Shutdown
lineInitializeEx
| Initializes the Telephony API line abstraction for use by the invoking
application. Synchronous.
| lineShutdown
| Shuts down the application's use of the line Telephony API. Synchronous.
|
Line Version Negotiation
Line Status and Capabilities
lineGetDevCaps
| Returns the capabilities of a given line device. Synchronous.
| lineGetDevConfig
| Returns configuration of a media stream device. Synchronous.
| lineGetLineDevStatus
| Returns current status of the specified open line device. Synchronous.
| lineSetDevConfig
| Sets the configuration of the specified media stream device. Synchronous.
| lineSetStatusMessages
| Specifies the status changes for which the application wants to be notified.
Synchronous.
| lineGetStatusMessages
| Returns the application's current line and address status message settings.
Synchronous.
| lineGetID
| Retrieves a device ID associated with the specified open line, address, or
call. Synchronous.
| lineGetIcon
| Allows an application to retrieve an icon for display to the user.
Synchronous.
| lineConfigDialog
| Causes the provider of the specified line device to display a dialog box that
allows the user to configure parameters related to the line device.
Synchronous.
| lineConfigDialogEdit
| Displays a dialog box allowing the user to change configuration information
for a line device. Synchronous. Version 0x00010004.
|
Addresses
Opening and Closing Line Devices
lineOpen
| Opens a specified line device for providing subsequent monitoring and/or
control of the line. Synchronous.
| lineClose
| Closes a specified opened line device. Synchronous.
|
Address Formats
Call States and Events
lineGetCallInfo
| Returns mostly constant information about a call. Synchronous.
| lineGetCallStatus
| Returns complete call status information for the specified call. Synchronous.
| lineSetAppSpecific
| Sets the application-specific field of a call's information structure.
Synchronous.
|
Request Recipient Services
These functions are used only in support of assisted telephony.
LineRegisterRequestRecipient
| Registers or deregisters the application as a request recipient for the
specified request mode. Synchronous.
| lineGetRequest
| Gets the next request from the Telephony DLL. Synchronous.
|
Making Calls
lineMakeCall
| Makes an outbound call and returns a call handle for it. Asynchronous.
| lineDial
| Dials (parts of one or more) dialable addresses. Asynchronous.
|
Answering Inbound Calls
Toll Saver Support
Call Privilege Control
Call Drop
lineDrop
| Disconnects a call, or abandons a call attempt in progress. Asynchronous.
| lineDeallocateCall
| Deallocates the specified call handle. Synchronous.
|
Call Handle Manipulation
lineHandoff
| Hands off call ownership and/or changes an application's privileges to a call.
Synchronous.
| lineGetNewCalls
| Returns call handles to calls on a specified line or address for which the
application does not yet have handles. Synchronous.
| lineGetConfRelatedCalls
| Returns a list of call handles that are part of the same conference call as
the call specified as a parameter. Synchronous.
|
Location and Country Information
lineTranslateDialog
| Displays a dialog box allowing the user to change location and calling card
information. Synchronous. Version 0x00010004.
| lineGetCountry
| Retrieves dialing rules and other information about a given country.
Synchronous. Version 0x00010004.
|
| 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
|