Ports
From ShockvoiceWiki
This document describes the ports that Shockvoice uses. All these ports can be configured. This is just the standard out of the box setting. To change these ports, edit your servers config.xml file. To change the server instance ports (8040 standard) you can do that by connecting to your server with a client and set it in the administration.
Contents |
Ports that Shockvoice uses
8010 TCP - Query interface
Query interface. This port is used so that the list of channels and users can be queried from the SV server. The PHP query script uses this to render a view of your server onto your website.
8010 UDP - HLSW interface
HLSW interface. This port is used to query status information from the server. It is similar to the query interface but is designed to work with HLSW
8020 TCP - Svctl interface
This port is used to automate administrative tasks through the SvCtl tool that comes with the server. It is deprecated and will no longer be maintained. It will be completely removed in the future so do not use it anymore. Instead use the SOAP interface on port 8080.
8040 TCP/UDP - Client interface
The client interface. These ports are used by the clients. 8040 is the standard port for the first server instance. Any additional servers can run on other ports, also this port can be changed at any time while Shockvoice runs.
8080 TCP - SOAP interface
SOAP Interface port. SOAP is used to automate administrative tasks using Shockvoice. It is further described in the article SOAP_Interface.
