6.2 Line Devices, Addresses, and Calls

A TAPI-capable WAN NIC driver models lines, addresses, and calls. A line device is an abstraction of a physical device having one or more communications channels (used for signaling and/or information). Modeling of the line devices is left to the discretion of the WAN miniport NIC driver developer. For example, consider a BRI-ISDN line with two 64K “B” channels. A WAN miniport NIC driver could choose to model this as any one of the following:

In the latter two models, channels can be assigned to different line devices at different times.

Each line device is assigned one or more addresses. An address corresponds to a telephone directory number. An address ID is a number between zero and the number of addresses on the line minus one.

From the TAPI client’s point of view, the number of line devices and the number of corresponding addresses remains constant between the time the client calls lineInitialize (to initialize a TAPI client session) and the time it calls lineShutdown (to end a TAPI client session). However, the status of line devices and addresses will commonly change over the life of the client’s telephony session. For example, a line device might be taken out of service for some reason, and become available later. Several requests and notification messages are available to allow client applications to track line and address status and capabilities.

A call represents a connection between two or more addresses. Unlike line devices and addresses, calls are dynamic in that they can be created and destroyed. As with lines and addresses, there are both requests and notification messages defined to allow client applications to follow call state and information changes.