Hi,
I’m very pleased with my Authenitcated Jitsi with a functionning Jibri and working for restricted firewall clients or not.
The next step is getting Jigasi working.
So I have a Jitisi/Jicofo/Jibri on an Ubuntu 18.04. everything works very well.
Then I installed Jigasi using debian package installation with this command :
apt install jigasi
Till this there is no issue.
Then I edited /etc/prosody/prosody.cfg.lua and append following lines :
Component "callcontrol.mysite.org"
component_secret = "vjqvbjdfk"
Not sure it was necessary as I found they were already added in /etc/prosody/conf.avail/mysite.org.cfg.lua but in one line like this :
Component "callcontrol.mysite.org" component_secret = "vjqvbjdfk"
I edited and checked the infos in the following lines :
net.java.sip.communicator.impl.protocol.sip.acc1403273896546=acc1403273896546
net.java.sip.communicator.impl.protocol.sip.acc1403273896546.ACCOUNT_UID=SIP\:5500@3cx-mysite.my3cx.fr
net.java.sip.communicator.impl.protocol.sip.acc1403273896546.PASSWORD=cWiXRDlGM3J6Mq==
net.java.sip.communicator.impl.protocol.sip.acc1403273896546.PROTOCOL_NAME=SIP
net.java.sip.communicator.impl.protocol.sip.acc1403273896546.SERVER_ADDRESS=3cx-mysite.my3cx.fr
net.java.sip.communicator.impl.protocol.sip.acc1403273896546.USER_ID=5500@3cx-mysite.my3cx.fr
and added the following line :
net.java.sip.communicator.impl.protocol.sip.acc1403273896546.AUTHORIZATION_NAME=B5wIdfui
like suggested in the following post as I’m using 3cx : Jigasi with 3CX ipbx
I also uncommented and configured these lines :
org.jitsi.jigasi.xmpp.acc.USER_ID=visiter@mysite.org
org.jitsi.jigasi.xmpp.acc.PASS=visiterdefaultpass
org.jitsi.jigasi.xmpp.acc.ANONYMOUS_AUTH=false
Then I modified the config.js and uncommented this line :
call_control: 'callcontrol.mysite.org',
I checked the following line :
/etc/jitsi/jigasi/sip-communicator.properties:org.jitsi.jigasi.DEFAULT_JVB_ROOM_NAME=siptest
I restarted the server.
In the interface I can now see the “+” to invite people by phone even if regarding the config I have done I’m not yet able to launch the call from jitsi-meet.
in the JS console I see :
2020-04-29T09:24:31.042Z [modules/xmpp/moderator.js] <u.parseConfigOptions>: Sip gateway enabled: true
As far as I understand this would mean that everyhting is OK.
But I’m unable to reach the default room : https://mysite.org/siptest by phone.
The Ipbx send me to the messagebox as there were no user registred.
Any Idea of what’s happening? There is nothing in Jagasi log that make reference to : 3cx-mysite.my3cx.fr
I don’t see any connection to this site in tcpdump.
May be I don’t look at the good place to check these kind of things.
Any help would be very appreciated. Many thanks by advance for your help.