Привет Кто-нибудь поднимал сабж? Всё заводится, соединения принимает, что-то в логи пишет... Вот только пакеты, которые ему приходят, он другим клиентам не перекидывает. Вот тут лог этого бриджа, как он пытается скоммутировать звонок между абонентами двух сетей: https://yadi.sk/i/Euv-r5RR3GgEFo
Никаких фаерволов, все сети напрямую воткнуты в сервер. Пробовал под виртуалкой завести чистую убунту, без никаких кастомизаций - та же петрушка.
Убунту 14 х86 + OpenFire последний стабильный. Клиент - Jitsi последний стабильный, пробовал и другие тоже... Версии videobridge пробовал все.
Да, и настройки:
[cut]
root@abc:~# cat /etc/jitsi/videobridge/sip-communicator.properties
org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false
org.jitsi.videobridge.TCP_HARVESTER_PORT=4443
org.ice4j.ipv6.DISABLED=true
root@abc:~# cat /etc/jitsi/videobridge/config
# Jitsi Videobridge settings
# sets the XMPP domain (default: none)
JVB_HOSTNAME=abc.temp
# sets the hostname of the XMPP server (default: domain if set, localhost otherwise)
JVB_HOST=
# sets the port of the XMPP server (default: 5275)
JVB_PORT=5275
# sets the shared secret used to authenticate to the XMPP server
JVB_SECRET=secret
# extra options to pass to the JVB daemon
JVB_OPTS=""
# adds java system props that are passed to jvb (default are for home and logging config file)
JAVA_SYS_PROPS="$JVB_EXTRA_JVM_PARAMS -Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=/etc/jitsi -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=videobridge -Dnet.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/jitsi -Djava.util.logging.config.file=/etc/jitsi/videobridge/logging.properties"
root@abc:~# cat /etc/hosts
127.0.0.1 localhost
127.0.0.1 abc.temp
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ошибок нет, пакеты ловит, но не перебрасывает...