Dele I did recheck all.
I did modify the config.js as requested (ofmeet):
var config = {
hosts: {
domain: 'myserver.mydomain.it',
muc: 'conference.myserver.mydomain.it', // FIXME: use XEP-0030
bridge: 'jitsi-videobridge.myserver.mydomain.it' // FIXME: use XEP-0030
},
useIPv6: false, // ipv6 support. use at your own risk
useNicks: false,
useWebsockets: true,
resolution: "360",
bosh: window.location.protocol + "//" + window.location.host + '/http-bind/' // FIXME: use xep-0156 for that
};
I also di insert all the three entries in the hosts file but i do not think it is useful.
Trying to repeat the connection between the client placed outside and the client in the inside lan no A/V connection is created.
I do confirm that the server has rayo, jinglenodes and websockets plugin installed.
The only strange thing is that even if I am on a public ip directly the machine seems not able to do a public ip check of jinglenodes (but they seems to work because doing a connection with Jitsi in the same config the clients cann connect each other properly).
Regards