Discussion:
[jadmin] need help on ejabberd and jingle nodes
Do Nguyen Ha
2012-10-10 10:35:24 UTC
Permalink
Hi all

i install ejabberd on Centos successfull
and now i install the mod_jingle for ejabberd
svn checkout http://jinglenodes.googlecode.com/svn/ jinglenodes-read-only
cd jinglenodes-read-only
cd ejabberd_mod_jinglenodes/
autoconf
autoreconf -vif
make all
make install

then edit ejabberd.cfg to add some lines:
{8888, ejabberd_service, [
{access, all},
{shaper_rule, fast},
{ip, {127, 0, 0, 1}},
{hosts, ["xmpp.abc.com"],
[{password, "secret"}]
}
]},

.....


{mod_jinglenodes, [
{host, "jinglenodes. at HOST@"},
{public_ip, "192.168.1.148"},
{purge_period, 5000},
{relay_timeout, 60000}
]},


my goal is when 2 jitsi clients can make call to each other and the
mod_jinglenodes should insert 192.168.1.148 for relay RTP


but when i do debug in ejabberd, i cannot see the IP 192.168.1.148 in
offer for ICE negotiation

how should i config ejabberd or other component to do it

Thank you
Ha`

Loading...