Version
· Non-Exclusive Mode (also called Preferred Mode): If a TCP's default B channel is not available on the network, the network directs the TCP to use another channel. In this case, the application must perform switching, to connect the new B channel with the DSP resource associated with the TCP.

· The default channel can be specified by setting the following parameters for that TCP instance (these parameters are documented in Appendix A):
|
Service
|
Parameters
|
|---|---|
|
NCC
|
NCC.ADI_ISDN.START_EXT.networkstream NCC.ADI_ISDN.START_EXT.networkslot
|
|
ADI
|
ADI.ISD.networkstream ADI.ISD.networkslot
|
For example, MVIP-95 0:0, 1:01 on an AG Quad T (Trunk A) corresponds to B channel 1.


When the application receives the xxxEVN_PLACING_CALL event, the stream and timeslot corresponding to the channel are available in a call status structure:
|
Service
|
Structure
|
Fields
|
To access, invoke...
|
|---|---|---|---|
|
NCC
|
NCC_ISDN_EXT_CALL_STATUS
|
stream timeslot
|
nccGetExtendedCallStatus
|
|
ADI
|
ADI_CALL_STATUS
|
stream timeslot
|
adiGetCallStatus
|
2. Connect the stream and timeslot for that channel with the stream and timeslot assigned to the context on which the call is placed.


If the TCP instance is outgoing-only, the call is rejected.
2. If a TCP is currently assigned to the channel in Non-Exclusive Mode (for example, the channel is the TCP's default channel), the call is routed to the TCP if it is not already handling another call (and is not set up as outgoing-only).
3. Otherwise, the call is passed to any free TCP that is in Non-Exclusive Mode and is not set up as outgoing-only.
4. If no TCP is available, the call is rejected.
VersionIn MVIP-90 terms, this connection is 16:8 <=> 18:4.
Want to send us feedback on our documentation? Email: Tech_Pubs@nmss.com Copyright © 2001, Natural MicroSystems, Inc. All rights reserved.