Manage Proxy Service
Onsite Proxy provides tunnel forwarding and tunnel status reporting services. This topic describes these services' effect and how to start, stop, and restart them via the command line.
Note: If you complete the connection configuration during installing,
the proxy services are started automatically.
Prerequisites
You have installed Onsite Proxy.
Manage tunnel forwarding service
With the tunnel forwarding service enabled, Onsite Proxy can securely forward SIP signaling and RTP audio streams between the IP phones and the PBX over an encrypted tunnel.
- Access the command line on the Onsite Proxy host.
- Run
sudo -ito switch to the root user.Note: If a password is required, enter your current user's password and pressEnter. - Run the following command as needed.
Action Command Start service systemctl start proxycore.serviceStop service systemctl stop proxycore.serviceRestart service systemctl restart proxycore.service
Manage tunnel status reporting service
With the tunnel status reporting service enabled, Onsite Proxy can periodically send connectivity health and operational metrics to the PBX for monitoring and diagnostics.
- Access the command line on the Onsite Proxy host.
- Run
sudo -ito switch to the root user.Note: If a password is required, enter your current user's password and pressEnter. - Run the following command as needed.
Action Command Start service systemctl start proxycron.serviceStop service systemctl stop proxycron.serviceRestart service systemctl restart proxycron.service