Table of Contents Index NMS Glossary Previous Page Next Page (Page 6 of 23 in this chapter) Version


nccDisconnectCall

Description

Disconnects a call that is connected to the network.

Prototype

DWORD nccDisconnectCall ( NCC_CALLHD callhd,
void* disconnectparms )

callhd NCC call handle opened by ctaOpenServices.

disconnectparms Pointer to a protocol-specific CT Access call disconnect parameter structure. Specify NULL to use default values. See the protocol-specific documentation for details.

Return Values

Events

Details

Use this function to disconnect a connected call or to abandon outbound call placement.

The NCC_CAP_DISCONNECT_IN_ANY_STATE bit in the capabilitymask returned by nccQueryCapability determines in which states nccDisconnectCall may be invoked. If the bit is set, nccDisconnectCall may be invoked in any call state except disconnected. If the bit is cleared, nccDisconnectCall may only be invoked in the connected call state, and in outbound call states.

A disconnected call is no longer active. If no active calls exist on a line, the line state changes to idle.

See Also

nccReleaseCall



Table of Contents Index NMS Glossary Previous Page Next Page (Page 6 of 23 in this chapter) Version


Want to send us feedback on our documentation? Email: Tech_Pubs@nmss.com
Copyright © 2000, Natural MicroSystems, Inc. All rights reserved.