Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Network
Design Guide
 Incoming Request to Change Call Par...

  Switch on low bandwidth view
Windows Driver Kit: Network Devices and Protocols
Incoming Request to Change Call Parameters (NDIS 5.1)

A call manager or MCM driver is alerted to an incoming request from a remote party to change the call parameters on an active VC by signaling messages from the network. Whether a call manager or MCM driver supports dynamic QoS changes on active calls depends on the signaling protocol. For example, ATM UNI 3.1 networks do not support dynamic QoS changes on active connections.

The following figure shows an incoming request through a call manager to change call parameters.

ms801625.cm_16(en-us,MSDN.10).png

Incoming Request Through a Call Manager to Change Call Parameters

The following figure shows an incoming request through a call manager to change call parameters.

ms801625.fig1_16(en-us,MSDN.10).png

Incoming Request Through an MCM Driver to Change Call Parameters

After receiving an incoming request to change call parameters, a call manager passes appropriately modified call parameters to NdisCmActivateVc to notify the underlying NIC driver of the proposed QoS change. An MCM driver passes modified call parameters to NdisMCmActivateVc (see Activating a VC). If the underlying NIC driver accepts the changed call parameters, a call manager then calls NdisCmDispatchIncomingCallQosChange (see Incoming Request Through a Call Manager to Change Call Parameters). An MCM driver calls NdisMCmDispatchIncomingCallQosChange (see Incoming Request Through an MCM Driver to Change Call Parameters). The call manager or MCM driver passes an NdisVcHandle and a buffered CO_CALL_PARAMETERS structure to Ndis(M)CmDispatchIncomingCallQoSChange.

A call to Ndis(M)CmDispatchIncomingCallQoSChange causes NDIS to call the client's ProtocolClIncomingCallQoSChange function. NDIS passes a ProtocolVcContext handle, that identifies the VC, and the modified call parameters in a buffered CO_CALL_PARAMETERS structure, to ProtocolClIncomingCallQoSChange.

The client accepts the proposed modifications to the call parameters for the VC by doing nothing, except possibly updating any state it maintains about the QoS for the VC, and returning control. If the proposed modifications are unacceptable, the client can attempt to renegotiate the call parameters with NdisClModifyCallQoS if allowed by the signaling protocol (see Client-Initiated Request to Change Call Parameters). Otherwise, the client rejects the proposed QoS change by tearing down the call with NdisClCloseCall (see Client-Initiated Request to Close a Call).

After ProtocolClIncomingCallQoS returns, the call manager or MCM driver communicates the client's acceptance or rejection of the proposed change to the remote party that originated the request.


Send feedback on this topic
Built on May 31, 2009
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker