This procedure stops the Blueworx Voice Response windows, but not the run-time system.
Start
ps -def | grep DT
The system displays the process ID (PID) for the DT process. (Not all PIDs contain the same number of digits.)
kill -2 DT_process_ID
The system interrupts the DT process. The Welcome window disappears.
To start the Blueworx Voice Response windows again, make sure you are logged on as dtuser, type the following command, and press Enter:
DT &