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.

  1. Access the command line on the Onsite Proxy host.
  2. Run sudo -i to switch to the root user.
    Note: If a password is required, enter your current user's password and press Enter.
  3. Run the following command as needed.
    Action Command
    Start service systemctl start proxycore.service
    Stop service systemctl stop proxycore.service
    Restart 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.

  1. Access the command line on the Onsite Proxy host.
  2. Run sudo -i to switch to the root user.
    Note: If a password is required, enter your current user's password and press Enter.
  3. Run the following command as needed.
    Action Command
    Start service systemctl start proxycron.service
    Stop service systemctl stop proxycron.service
    Restart service systemctl restart proxycron.service