A command line alternative method of stopping the system is wvrstop.
Stop the Blueworx Voice Response runtime system. If no flags are specified, the system is shut down after all existing calls have finished. Some processes keep running. This is equivalent to a quiesce shutdown in the graphical user interface.
wvrstop [ -h | –? ] [ –I ] [ –C ]
Stop system normally after all calls have finished:
wvrstop
Stop system, without waiting for calls to finish:
wvrstop -I
Wait for all calls to finish and then shut down all processes. Wait for 10 minutes before forcibly shutting down processes that are still running:
wvrstop -C
Shut down all processes, without waiting for calls to finish. Wait for 10 minutes before forcibly shutting down processes that are still running:
wvrstop -I -C
Or:
wvrstop -IC