Stop Server¶
Use the following procedure to stop running the CPQD ASR Server.
1) Open a console on the machine where the ASR server has been installed
2) Stop the ASR server
Stop the ASR server using the following command:
sudo systemctl stop asr-server
3) Verify ASR server status
Verify the ASR server status using the following command:
sudo systemctl status asr-serverSee the following example:
$ sudo systemctl status asr-server ● asr-server.service - CPqD Speech Recognition Server Loaded: loaded (/usr/lib/systemd/system/asr-server.service; disabled; vendor preset: disabled) Active: inactive (dead) Docs: https://speechweb.cpqd.com.br/asr/docs/latest Apr 12 13:11:26 c4cbfc492305 systemd[1]: Started CPqD Speech Recognition Server. Apr 12 13:11:26 c4cbfc492305 systemd[1]: Starting CPqD Speech Recognition Server... Apr 12 13:11:26 c4cbfc492305 start-server[1380]: Starting process asr-server... Apr 12 13:32:38 c4cbfc492305 systemd[1]: Stopping CPqD Speech Recognition Server... Apr 12 13:32:39 c4cbfc492305 start-server[1380]: LOGGER NOT INITIALIZED: Apr 12 13:32:39 c4cbfc492305 start-server[1380]: [SLL] SLL_3 - 908 Apr 12 13:32:39 c4cbfc492305 systemd[1]: Stopped CPqD Speech Recognition Server.