BlueDV-webserver

Add the following lines to the BlueDVconfig.ini configuration file under the [AMBE] section.

[AMBE]
enableWEB=1
webServerPort=80

Make sure no other program is using port 80 on your PC!! You can check this with the netstat -na command on Windows.

Make sure you enable the webserver port in windows. Else you will get an error in BlueDV.
Start the following command as Administrator!

netsh http add urlacl url=”http://+:80/” user=everyone

Start BlueDV and goto the website : http://127.0.0.1/ or http://{ipadrespc}/
If this is not working, blame your virus scanner or Windows firewall.

If you want to deploy this on the internet, open port 80 and 9999 ( voice ) TCP to the BlueDV machine.
This is at your own risk!

Have fun!

David PA7LIM