Verifying board operation

To verify that the board is working:

Step

Action

1

Using agpi2bri.cfg, initialize the board following the procedure in Retrieving AG board configuration information: boardinf.

2

Run the digital trunk monitor utility isdndemo.


Using swish for a standalone board

No default connections are made for a standalone board if H.100 connectivity is enabled in the board keyword file. Use swish to connect the local network interface to the local DSP resource. You can use swish interactively, or create a script in a flat text file.

The following example of swish commands nails up the voice and signaling streams for all 8 line interfaces of an AG 2000-BRI board that has been configured as board 0. The swish commands are expressed in MVIP-95 terms.

openswitch ag2000 = agsw 0

resetswitch ag2000


# Make voice and signaling connections
makeconnection ag2000 local:0:0..7 to local:5:0..7 QUAD

closeswitch ag2000

exit