I have checked config.js, it is ok:
var config = {
hosts: {
domain: ‘conference.domain.es’,
muc: ‘conference.domain.es’, // FIXME: use XEP-0030
bridge: ‘jitsi-videobridge.domain.es’ // 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
};
When the server is started jitsi print some logs to the stdout (all startup logs http://pastebin.com/kRzL1tGu)
After that all I can find are this logs:
2014.03.18 08:57:45 org.jitsi.videobridge.openfire.PluginImpl - ColibriIQHandler occupantJoined test@conference.domain.es kpy67onezk7w4s4i@domain.es/kpy67onezk7w4s4i l3nqtqop931
2014.03.18 08:57:47 org.jivesoftware.openfire.muc.spi.LocalMUCUser - Chat client attempted to access unimplemented feature
2014.03.18 08:57:49 org.jitsi.videobridge.openfire.PluginImpl - ColibriIQHandler nicknameChanged test@conference.domain.es kpy67onezk7w4s4i@domain.es/kpy67onezk7w4s4i
2014.03.18 08:58:00 org.jitsi.videobridge.openfire.PluginImpl - ColibriIQHandler occupantJoined test@conference.domain.es 7x44lva2w0ugcik9@domain.es/7x44lva2w0ugcik9 roger(13w6g
2014.03.18 08:58:00 org.jivesoftware.openfire.muc.spi.LocalMUCUser - Chat client attempted to access unimplemented feature
2014.03.18 08:59:40 org.jitsi.videobridge.openfire.PluginImpl - ColibriIQHandler occupantLeft test@conference.domain.es 7x44lva2w0ugcik9@domain.es/7x44lva2w0ugcik9
2014.03.18 08:59:40 org.jitsi.videobridge.openfire.PluginImpl - removeColibriChannel 0
2014.03.18 08:59:44 org.jitsi.videobridge.openfire.PluginImpl - ColibriIQHandler occupantLeft test@conference.domain.es kpy67onezk7w4s4i@domain.es/kpy67onezk7w4s4i
2014.03.18 08:59:44 org.jitsi.videobridge.openfire.PluginImpl - removeColibriChannel 0
2014.03.18 08:59:44 org.jitsi.videobridge.openfire.PluginImpl - ColibriIQHandler roomDestroyed test@conference.domain.es
I tried to set jitsi-videobridge.domain.es in the hosts files of the clients but same results.
Thanks for all,