Specifies how switch connections are made on the board.
SwitchConnectMode = setting
Read/Write
String
ByChannel
AllConstantDelay | AllDirect | ByChannel
SwitchConnectMode = AllDirect
Valid options are:
Option |
Description |
---|---|
AllConstantDelay |
Data is delayed so that the destination timeslot is always in the next frame, regardless of whether it is a forward connection. |
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 frame. For backward connections (from higher-numbered timeslots to lower-numbered timeslots) data is transferred in the next frame. |
ByChannel |
The mode for each board connection depends on whether the connection is made using swiMakeConnection or swiMakeFramedConnection. |
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 Dialogic® NaturalAccess™ Switching Interface API Developer's Manual.