You can stop Answer Server by using one of the following procedures.
To stop Answer Server
Send the Stop
service action to the service port.
http://host:ServicePort/action=Stop
where:
host
|
is the host name or IP address of the machine where Answer Server is installed. |
ServicePort
|
is the Answer Server service port (specified in the [Service] section of the configuration file). |
On UNIX platforms, if Answer Server is running as a service, use one of the following commands:
On machines that use systemd:
systemctl stop answerserver
On machines that use system V:
service answerserver stop