6.8 Access VisualGroups and VisualContacts on a separate server via RemoteConnector
You have Swyx VisualGroups or Swyx VisualContacts not installed on SwyxServer and would like to access the services via RemoteConnector.
For SwyxWare versions from 13.30, the configuration is carried out via a configuration file. This is described below.
To add a RemoteConnector access via configuration file
1 Open the SwyxWare Administration.
2 Choose your Server and click on Properties....
3 Select Files | Edit....
4 Click on the column heading Category column heading to switch the sorting.
5 Under the category RemoteConnector configuration file category, select the file CPE_ippbx_cpe_rcconfig file.
6 Select Save as... | [Select save path] | Save.
7 Open the file (with Notepad++) and navigate to the section VisualContacts or VisualGroups.
8 In the desired area, enter the following in the line DestinationSocket(...) for 0.0.0.0 enter the desired destination address.
Example:
You want to access VisualGroups via RemoteConnector using your server with 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>
9 Save the file.
10 Upload the file in the Files window, see step
(3):
Add... | [...] | [Select file].
11 Choose from Category: RemoteConnector configuration file and confirm with OK.
The new configuration file is uploaded and used.
|
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.
|