Hi,
here are the latest lines from the sip_server.log
The 192.168.2.100 is the local IP of the server(I've tried also with the localhost, same result).
As mentioned, the Openfire runs on the same system as the Asterisk server(FreePBX version).
<message
from="192.168.2.100:5060"
to="127.0.0.1:5070"
time="1411290683762"
isSender="false"
transactionId="z9hg4bk-373532-8eb6a29e7fd73b49172e960065d6675d"
callId="7893e1be7ef7fb3573b9ba680d0f0218@127.0.0.1"
firstLine="SIP/2.0 403 Forbidden"
>
<![CDATA[SIP/2.0 403 Forbidden^M
Via: SIP/2.0/UDP 127.0.0.1:5070;branch=z9hG4bK-373532-8eb6a29e7fd73b49172e960065d6675d;received= 127.0.0.1;rport=5070^M
From: "admin" <sip:admin@192.168.2.100:5070;transport=udp>;tag=3640615^M
To: "admin" <sip:admin@192.168.2.100:5070;transport=udp>;tag=as54c33848^M
Call-ID: 7893e1be7ef7fb3573b9ba680d0f0218@127.0.0.1^M
CSeq: 2 REGISTER^M
Server: FPBX-12.0.1rc20(12.5.0)^M
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,SUBSCRIBE,NOTIFY,INFO,PUBLISH,MESSAGE^M
Supported: replaces,timer^M
Content-Length: 0^M
^M
]]>
</message>
I have read the "JitsiVideobridge SIP Registration " post, I do not have a SipService.java properties file. I have downloaded jitsi direct from the plugins list.
My JitsiVideo bridge settings look like this:
I've also tried without the proxy, with localhost, with 127.0.0.1, no change.
I've also reviewed the properties in server properties page.
The sip_debug.log file gives me these:
INFO - <message
from="192.168.2.100:5060"
to="127.0.0.1:5070"
time="1411290683762"
isSender="false"
transactionId="z9hg4bk-373532-8eb6a29e7fd73b49172e960065d6675d"
callId="7893e1be7ef7fb3573b9ba680d0f0218@127.0.0.1"
firstLine="SIP/2.0 403 Forbidden"
>
<![CDATA[SIP/2.0 403 Forbidden^M
Via: SIP/2.0/UDP 127.0.0.1:5070;branch=z9hG4bK-373532-8eb6a29e7fd73b49172e960065d6675d;received= 127.0.0.1;rport=5070^M
From: "admin" <sip:admin@192.168.2.100:5070;transport=udp>;tag=3640615^M
To: "admin" <sip:admin@192.168.2.100:5070;transport=udp>;tag=as54c33848^M
Call-ID: 7893e1be7ef7fb3573b9ba680d0f0218@127.0.0.1^M
CSeq: 2 REGISTER^M
Server: FPBX-12.0.1rc20(12.5.0)^M
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,SUBSCRIBE,NOTIFY,INFO,PUBLISH,MESSAGE^M
Supported: replaces,timer^M
Content-Length: 0^M
^M
The Asterisk log shows me that the Jitsi tries to register with the user "admin" which is something I really cannot understand.
NOTICE[30907]: chan_sip.c:27990 handle_request_register: Registration from '"admin" <sip:admin@192.168.2.100:5070;transport=udp>' failed for '127.0.0.1:5070' - Wrong password
Any ideas?