The information in this article concerns the following products:
- Swyx VisualGroups
- Swyx VisualContacts
- SwyxWare < 13.30
Starting with SwyxWare 13.30, configuration is done via configuration files. These can be found in the manual under:
Access VisualGroups and VisualContacts on a separate server via RemoteConnector
Swyx VisualGroups or Swyx VisualContacts are not installed on the SwyxWare Server and want to access the services via Remote Connector. This article describes how you can do this with a registry key via forwarding.
Solution
Add the following regitry key:
Name: "TcpForwarding"
Type: REG_SZ
Path: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Swyx\IpPbxConnectSrv\CurrentVersion\Options
Default value: 712,9100,9980|80
Default value explanation
The value before „|“ defines the client side.
The value behind defines the forwarding to the corresponding server.
712 = VisualContacts Port
9100 = ConfigDataStore
9980 = VisualGroups Port
712 -> <SwyxWare Server-IP-Address>:712
9100 -> < SwyxWare Server-IP-Address >:9100
9980 -> < SwyxWare Server-IP-Address >:80
Samples
VisualContacts only:
712|<VisualContacts Server IP>:712,9100,9980|80
VisualGroups only:
712,9100,9980|<VisualGroups Server IP>:80
Visual Contacts and VisualGroups:
712|<VisualContacts Server IP>:712,9100,9980|<VisualGroups Server IP>:80
General explanation
[[Client-IP-Adresse : ] Client-Port | ] [Server-IP-Adresse : ] <Server-Port>
< > : must be set
[ ]: optional
Client IP address: used to differ between IPv4 and IPv6 (set to the corresponding loopback address)
Client port: when the configured client IP loopback address is preset to IPv4
Server IP address: determines the client IP loopback address if no client port is specified
Server port: server IPv4 address is used unless explicitly configured otherwise
Configuration |
Result |
5000 |
127.0.0.1:5000 → <Server IPv4 address>:5000 |
192.168.115.18:5000 |
127.0.0.1:5000 → 192.168.115.18:5000 |
4000|5000 |
127.0.0.1:4000 → <Server IPv4 address>:5000 |
4000|192.168.115.18:5000 |
127.0.0.1:4000 → 192.168.115.18:5000 |
Comments
0 comments
Article is closed for comments.