Use [swi] commands to manually control TX switching. Many of the commands correspond to functions in the host-based TX SWI library. The following table lists the [swi] commands and the corresponding TX SWI functions:
|
[swi] commands |
Description |
TX SWI library functions |
|
bdinfo |
Displays TX board information. |
No equivalent. |
|
break |
Breaks a half-duplex connection. |
txswiDisableOutput |
|
beakall |
Breaks all connections. |
txswiDisableOutput |
|
caps |
Queries the H.100/H.110 switch capabilities. |
txswiGetSwitchCaps |
|
channels |
Displays all defined channel connections. This command is also present in the [con] Standard commands. |
txswiGetOutputState |
|
clock |
Sets the H.100/H.110 clock registers. |
txswiConfigBoardClock |
|
connect |
Makes a half-duplex connection. |
txswiMakeConnection |
|
disable |
Disables the H.100/H.110 switch. |
No equivalent. |
|
enable |
Enables the H.100/H.110 switch. |
No equivalent. |
|
getclock |
Retrieves the current clocking configuration. |
txswiGetBoardClock |
|
netref |
Sets the H.100/H.110 NETREF signal. |
txswiConfigNetrefClock |
|
pattern |
Issues a repeating character pattern. |
txswiSendPattern |
|
pmatch |
Displays all connections outputting a pattern. |
txswiGetOutputState |
|
port |
Makes a full-duplex connection. |
txswiConfigLocalTimeslot |
|
ports |
Displays all defined communications ports. |
txswiGetLocalStreamInfo |
|
query |
Queries the output connection configuration. |
txswiGetOutputState |
|
reset |
Resets the H.100/H.110 switch. |
txswiResetSwitch |
|
sample |
Displays a data sample from the connection source. |
txswiSampleInput |
|
speed |
Adjusts the speed of the local communications port. |
txswiConfigLocalTimeslot |
|
status |
Displays the current status of the switch. |
No equivalent. |
You can also use the host-based utility txconfig to control switching. Refer to the Dialogic® NaturalAccess™ Signaling Software Configuration Manual for more information. For more information on the TX SWI library, refer to the Dialogic® TX Series SS7 Boards TDM for SS7 Developer's Reference Manual.