4.13.1 Access Web Extensions via RemoteConnector
You are using Swyx VisualGroups, Swyx VisualContacts, or other Web Extensions that are not accessible from the public network. (See also 4.18.1 Configure Web Extensions.)
These applications can also run on a SwyxIt! system connected via RemoteConnector.
To add a RemoteConnector access via configuration file
If necessary, display more elements per page and search for the entry with ctrl+f.
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Example 1 -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- You want to access an internal company website via RemoteConnector. -->
<!-- Internal Web Page -->
<TCPConfig>
<ClientOS>Windows</ClientOS>
<ClientListenSocket>0.0.0.0:<RemoteConnector Client Port></ClientListenSocket>
<DestinationSocket>0.0.0.0:<WebService Port></DestinationSocket>
</TCPConfig>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Example 2 -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- You want to access VisualGroups via RemoteConnector through your separate server at the address 255.12.345.6. -->
<!-- VisualGroups -->
<TCPConfig>
<ClientOS>Windows</ClientOS>
<ClientListenSocket>0.0.0.0:9980</ClientListenSocket>
<DestinationSocket>255.12.345.6:80</DestinationSocket>
</TCPConfig>
The previous system default file cannot be removed. The newly uploaded file is used because the Global area has a higher priority than System Default.