SwitchConnectMode

Specifies the HMIC switch connect mode.

Syntax

SwitchConnectMode = setting

Access

Read/Write

Type

String

Default

ByChannel

Allowed values

ByChannel | AllDirect | AllConstantDelay

Example

SwitchConnectMode = AllConstantDelay

Details

Valid entries include the following values:

Option

Description

ByChannel

The mode for each board connection depends on whether the connection is made using swiMakeConnection or swiMakeFramedConnection.

AllDirect

For all board connections, data is transferred directly from the source timeslot to the destination timeslot. For forward connections, (from lower-numbered timeslots to higher-numbered timeslots), data is transferred in the same time frame. For backward connections (from higher-numbered timeslots to lower-numbered timeslots), data is transferred in the next frame.

AllConstantDelay

Data is delayed so that the destination timeslot is always in the next frame regardless of whether it is a forward connection.


This keyword is used for configurations that transfer non-voice data in multiple timeslots (for example, HDLC in TDM).

For more information, refer to swiMakeConnection and swiMakeFramedConnection in the Switching Service Developer's Reference Manual.

See also

SwitchConnections