Preamble:
I've installed the 14.07 last stable version from sources, following this guide:
It reports 2.1.13 version in logs. I hope, it's the same. I didn't find any clues about differences.
It works fine as XMPP server.
Problem:
Now I want to get it work also as SIP proxy/registrar. As announced, it can do it since 14.05 (http://www.ejabberd.im/ejabberd-14.05).
I've read the parts about SIP configuration ( and )
So, I've modified ejabberd.cfg adding listeners:
{listen,
[
...............some other listeners..............................
{5060, ejabberd_sip, [
]},
{5060, ejabberd_sip, [
{transport, udp}
]},
{5061, ejabberd_sip, [
{certfile, "/etc/ejabberd/ejabberd.pem"},
{tls, true}
]},
]}.
and "{mod_sip, []}" to modules in its section.
and so ejabberd don't want to start. The corresponding lines from log:
=INFO REPORT==== 2014-08-17 22:06:59 ===
I(<0.36.0>:ejabberd_rdbms:37) : ejabberd has not been compiled with relational database support. Skipping database startup.
=INFO REPORT==== 2014-08-17 22:06:59 ===
I(<0.36.0>:cyrsasl_digest:44) : FQDN used to check DIGEST-MD5 SASL authentication: "srv.*************.com"
=ERROR REPORT==== 2014-08-17 22:06:59 ===
C(<0.36.0>:gen_mod:77) : Problem starting the module mod_adhoc for host "localhost"
options: []
exit: {noproc,
{gen_server,call,
[ejabberd_iq_sup,
{start_child,["localhost",mod_adhoc,process_local_iq]},
infinity]}}
=ERROR REPORT==== 2014-08-17 22:06:59 ===
C(<0.36.0>:gen_mod:82) : ejabberd initialization was aborted because a module start failed.
Question:
What do I do wrong?
and nobody knows :(
and nobody knows :(
Hi, that server you are
Hi, that server you are using for sip?, I'm in the same situation with asterisk and motif.
I have some half