need help on ejabberd and jingle nodes
Do Nguyen Ha <[email protected]> Wed, 10 Oct 2012 17:35:24 +0700
| Newsgroups | gmane.network.jabber.admin |
|---|---|
| Message-ID | <CACgE3xvQqeoLCzT7O5Tq6raRUet_yWnN5Yhcr3zx+52oNNzPsA@mail.gmail.com> |
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.@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`
_______________________________________________
JAdmin mailing list
Info: http://mail.jabber.org/mailman/listinfo/jadmin
Unsubscribe: [email protected]
_______________________________________________