Dear everyone,
I need some help with my Jitsi installation. After enabling LDAP2 authentication in Prosody my Jigasi SIP dial in is no longer working. I read some threads in these forum but nothing worked for me. After typing the conference PIN on my mobile phone I got the information “The conference will be started, when the leader arrived”. But I have this conference open on my computer too. I can found this in the Jigasi log file during the test:
2021-04-19 11:34:49.664 INFO: [58] org.jitsi.jigasi.SipGateway.incomingCallReceived().216 [ctx=16188248896571021306408] Incoming call received...
2021-04-19 11:34:49.671 INFO: [60] org.jitsi.jigasi.SipGatewaySession.run().1718 [ctx=16188248896571021306408] Wait thread cancelled
2021-04-19 11:34:49.676 INFO: [58] org.jitsi.jigasi.JvbConference.start().479 [ctx=16188248896571021306408] Starting JVB conference room: test123
2021-04-19 11:34:49.720 INFO: [58] org.jitsi.jigasi.JvbConference.setXmppProvider().622 [ctx=16188248896571021306408] Using ProtocolProviderServiceJabberImpl(Jabber:27c9fcd4@jitsi.domain.tld/27c9fcd4)
2021-04-19 11:34:49.881 INFO: [64] impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl.registrationStateChanged().127 Jingle : ON
2021-04-19 11:34:49.882 INFO: [64] org.jitsi.jigasi.JvbConference.registrationStateChanged().673 [ctx=16188248896571021306408] Registering XMPP.
2021-04-19 11:34:49.883 SEVERE: [64] impl.protocol.jabber.ProtocolProviderServiceJabberImpl.connectAndLogin().1003 Failed to connect to XMPP service
org.jivesoftware.smack.SmackException: No supported and enabled SASL Mechanism provided by server. Server announced mechanisms: [PLAIN]. Registered SASL mechanisms with Smack: [SASL Mech: GSSAPI, Prio: 100, SASL Mech: SCRAM-SHA-1-PLUS, Prio: 100, SASL Mech: SCRAM-SHA-1, Prio: 110, SASL Mech: DIGEST-MD5, Prio: 200, SASL Mech: CRAM-MD5, Prio: 300, SASL Mech: PLAIN, Prio: 400, SASL Mech: X-OAUTH2, Prio: 410, SASL Mech: EXTERNAL, Prio: 500, SASL Mech: ANONYMOUS, Prio: 500]. Enabled SASL mechanisms for this connection: [ANONYMOUS]. Blacklisted SASL mechanisms: [SCRAM-SHA-1-PLUS].
at org.jivesoftware.smack.SASLAuthentication.selectMechanism(SASLAuthentication.java:361)
at org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:192)
at org.jivesoftware.smack.tcp.XMPPTCPConnection.loginInternal(XMPPTCPConnection.java:387)
at org.jivesoftware.smack.AbstractXMPPConnection.login(AbstractXMPPConnection.java:491)
at org.jivesoftware.smack.AbstractXMPPConnection.login(AbstractXMPPConnection.java:448)
at net.java.sip.communicator.impl.protocol.jabber.AnonymousLoginStrategy.login(AnonymousLoginStrategy.java:84)
at net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl.connectAndLogin(ProtocolProviderServiceJabberImpl.java:1371)
at net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl.connectAndLogin(ProtocolProviderServiceJabberImpl.java:970)
at net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl.initializeConnectAndLogin(ProtocolProviderServiceJabberImpl.java:795)
at net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl.register(ProtocolProviderServiceJabberImpl.java:500)
at org.jitsi.jigasi.util.RegisterThread.run(RegisterThread.java:59)
2021-04-19 11:34:49.899 SEVERE: [64] org.jitsi.jigasi.JvbConference.registrationStateChanged().677 [ctx=16188248896571021306408] XMPP Connection failed.
2021-04-19 11:34:49.902 WARNING: [64] org.jitsi.jigasi.JvbConference.leaveConferenceRoom().1109 [ctx=16188248896571021306408] MUC room is null
2021-04-19 11:34:52.611 INFO: [74] org.jitsi.jigasi.SipGatewaySession.handleCallState().1614 [ctx=16188248896571021306408] SIP call ended: CallPeerChangeEvent: type=CallPeerStatusChange oldV=net.java.sip.communicator.service.protocol.CallPeerState:Incoming Call newV=net.java.sip.communicator.service.protocol.CallPeerState:Disconnected for peer=+491711234567890 <+491711234567890@asterisk>;status=Disconnected
2021-04-19 11:34:52.612 INFO: [74] org.jitsi.jigasi.SipGatewaySession.sipCallEnded().647 [ctx=16188248896571021306408] Sip call ended: Call: id=1618824889618368656939 peers=0
2021-04-19 11:34:52.612 WARNING: [74] org.jitsi.jigasi.JvbConference.leaveConferenceRoom().1109 [ctx=16188248896571021306408] MUC room is null
2021-04-19 11:34:52.612 INFO: [74] org.jitsi.jigasi.JvbConference.stop().582 [ctx=16188248896571021306408] Removing account Jabber:27c9fcd4@jitsi.domain.tld/27c9fcd4
2021-04-19 11:34:52.613 INFO: [74] impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl.registrationStateChanged().134 Jingle : OFF
2021-04-19 11:34:52.614 SEVERE: [74] org.jitsi.jigasi.AbstractGateway.notifyCallEnded().121 [ctx=16188248896571021306408] Call resource not exists for session.
2021-04-19 11:34:52.614 INFO: [74] org.jitsi.jigasi.SipGatewaySession.peerStateChanged().1680 null SIP peer state: Disconnected
2021-04-19 11:34:55.440 INFO: [76] org.jitsi.jigasi.SipGateway.incomingCallReceived().216 [ctx=16188248954391658297342] Incoming call received...
2021-04-19 11:34:55.441 INFO: [78] org.jitsi.jigasi.SipGatewaySession.run().1718 [ctx=16188248954391658297342] Wait thread cancelled
2021-04-19 11:34:55.441 INFO: [76] org.jitsi.jigasi.JvbConference.start().479 [ctx=16188248954391658297342] Starting JVB conference room: test123
I tried to set these variables with an existing LDAP Useraccount
#org.jitsi.jigasi.xmpp.acc.USER_ID=
#org.jitsi.jigasi.xmpp.acc.PASS=
#org.jitsi.jigasi.xmpp.acc.ANONYMOUS_AUTH=false
but then I got in the log file:
2021-04-19 11:37:07.955 SEVERE: [65] impl.protocol.jabber.ProtocolProviderFactoryJabberImpl.createService().172 testuser is not a valid JID
Any other suggestions?