Ending the Call
When the modem transmission is finished, the application receives a
LINE_CALLSTATE message, which informs it that the state of a line device has changed. In
this example, a remote disconnect has occurred. The application disconnects the
call at the local end (it "goes on-hook") with
lineDrop. Alternatively, the application itself may choose to end the call by invoking
lineDrop before receiving the remote-disconnect message.
Here are the steps that might be used to end a call, close the line, and leave
TAPI:
- The application calls lineDrop, which places the call in the IDLE state. The call still exists, and the
application still has its handle. Now the application can examine the
call-information record, if desired.
- The application calls lineDeallocateCall to release the call handle for the finished call. The call no longer exists.
- If the application expects no more calls on the line, it uses lineClose to close the line. At this point, there will be no more incoming or outgoing
calls on that line.
- The application invokes lineShutdown to end the use of TAPI's functions for the current session.
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database