You can enable this facility in the VOIPRecorder INI file under the OPTIONS section.
The setting ForceServer can have 2 options:
0 = will accept the Broadcast address
1 = will always use the SERVER value in the INI file.
- Code: Select all
[OPTIONS]
;This will ignore the Amethyst Broadcast value
FORCESERVER=1
The Default value is 0, which means the IP that Amethyst supplies, will be used to communicate back to Amethyst.
This feature will allow Amethyst to work in environments where the Amethyst Server has 2 IPs and the VOIPRecording server can only communicate with one of the IPs; The server's second IP.
EXAMPLE:
Amethyst
Ethernet 1 = 10.10.10.2
Ethernet 2 = 192.168.1.2
VOIPRecorder Server
Ehternet 1 = 192.168.1.3
When the VOIPRecoder starts up, it will broadcast to find the Amethyst Server.
Amethyst will respond with its first IP.
This means that VOIPrecoder will try and communicate back to the Amethyst server on 10.10.10.2 and will not work properly.
With ForceServer=1 in the VOIPRecorder.INI and the value of SERVER=192.168.1.2 will always be used, even though the broadcast gave a different IP.