User guide
August 2001 77
Testing the T1 Setup
CONN <output stream>
<output timeslot>
<input stream>
<input timeslot>
Makes MVIP connections.
QC <output stream>
<output timeslot>
Queries MVIP connections.
DIGIT [line] Reads digits sent by the CO (line 0 by default). In subdirectory
\RHT\SAMP\STD.
TWAIT [line] Waits for digits (line 0 by default). It must be modified to
monitor a T1 line for disconnect instead of an LS line. In
subdirectory \RHT\SAMP\STD.
Run these samples either individually or as a batch file. For
example, the following batch file initializes the T1 line, makes
the MVIP connection between line 0 and VP 0, receives an
inbound call, plays a file, and then disconnects:
T1INIT
CONN 16 0 6 1
CONN 6 1 16 0
WAITRING 0
TWAIT 0
OFFHOOK 0
PLAYT 0 TEST.VOX
ONHOOK 0
In this example, TWAIT has to be modified to monitor a T1 line
rather than an LS line.