Hello, everybody,
I have now invested a few hours on the weekend and set up Jigasi with Jitsi. For this I have now also installed a FreePBX system. I have reached the point where you can dial in from outside, the PIn is asked for and then Jigasi does not do what it should
It is shown in the conference that a participant is added. After a few seconds the connection is terminated.
Unfortunately I can’t really figure out the LogFile
22020-04-05 18:55:34.342 INFORMATION: [60] org.jitsi.jigasi.SipGateway.incomingCallReceived().188 Incoming call received…
2020-04-05 18:55:34.363 INFORMATION: [61] org.jitsi.jigasi.SipGatewaySession.run().1281 [ctx=1586112934343652894848] Wait thread cancelled
2020-04-05 18:55:34.454 INFORMATION: [60] org.jitsi.jigasi.JvbConference.setXmppProvider().539 [ctx=1586112934343652894848] Using ProtocolProviderServiceJabberImpl(Jabber:zimmer@meet.mydomain.de/zimmer)
2020-04-05 18:55:34.654 INFORMATION: [63] impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl.registrationStateChanged().125 Jingle : ON
2020-04-05 18:55:34.655 INFORMATION: [63] org.jitsi.jigasi.JvbConference.registrationStateChanged().577 [ctx=1586112934343652894848] Registering XMPP.
2020-04-05 18:55:34.687 INFORMATION: [63] impl.protocol.jabber.ProtocolProviderServiceJabberImpl.authenticated().2535 Authenticated: false
2020-04-05 18:55:34.692 INFORMATION: [63] org.jitsi.jigasi.JvbConference.joinConferenceRoom().648 [ctx=1586112934343652894848] Joining JVB conference room: mydomain@conference.meet.mydomain.de
2020-04-05 18:55:34.785 SCHWERWIEGEND: [63] org.jitsi.jigasi.JvbConference.inviteFocus().1376 [ctx=1586112934343652894848] Could not invite the focus to the conference
org.jivesoftware.smack.XMPPException$XMPPErrorException: XMPP error reply received from focus.meet.mydomain.de: XMPPError: not-acceptable - modify
at org.jivesoftware.smack.XMPPException$XMPPErrorException.ifHasErrorThenThrow(XMPPException.java:132)
at org.jivesoftware.smack.StanzaCollector.nextResultOrThrow(StanzaCollector.java:263)
at org.jivesoftware.smack.StanzaCollector.nextResultOrThrow(StanzaCollector.java:214)
at org.jitsi.jigasi.JvbConference.inviteFocus(JvbConference.java:1370)
at org.jitsi.jigasi.JvbConference.joinConferenceRoom(JvbConference.java:716)
at org.jitsi.jigasi.JvbConference.registrationStateChanged(JvbConference.java:569)
at net.java.sip.communicator.service.protocol.AbstractProtocolProviderService.fireRegistrationStateChanged(AbstractProtocolProviderService.java:187)
at net.java.sip.communicator.service.protocol.AbstractProtocolProviderService.fireRegistrationStateChanged(AbstractProtocolProviderService.java:141)
at net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl.connectAndLogin(ProtocolProviderServiceJabberImpl.java:1389)
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)
2020-04-05 18:55:34.821 INFORMATION: [69] impl.protocol.jabber.ChatRoomJabberImpl.joined().1256 mydomain@conference.meet.mydomain.de/focus has joined the mydomain@conference.meet.mydomain.de chat room.
2020-04-05 18:55:34.830 INFORMATION: [69] impl.protocol.jabber.ChatRoomJabberImpl.joined().1256 mydomain@conference.meet.mydomain.de/746e223a has joined the mydomain@conference.meet.mydomain.de chat room.
2020-04-05 18:55:57.603 INFORMATION: [83] org.jitsi.jigasi.SipGatewaySession.handleCallState().1138 [ctx=1586112934343652894848] 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=Zimmer 40@10.30.2.4;status=Disconnected
2020-04-05 18:55:57.605 INFORMATION: [83] org.jitsi.jigasi.SipGatewaySession.peerStateChanged().1204 [ctx=1586112934343652894848] SIP peer state: Disconnected
2020-04-05 18:56:02.606 INFORMATION: [85] org.jitsi.jigasi.SipGatewaySession.sipCallEnded().629 [ctx=1586112934343652894848] Sip call ended: Call: id=15861129342781490196649 peers=0
2020-04-05 18:56:02.608 INFORMATION: [85] org.jitsi.jigasi.JvbConference.stop().500 [ctx=1586112934343652894848] Removing account Jabber:zimmer@meet.mydomain.de/zimmer
2020-04-05 18:56:02.630 INFORMATION: [85] impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl.registrationStateChanged().132 Jingle : OFF
2020-04-05 18:56:02.632 INFORMATION: [85] org.jitsi.jigasi.AbstractGateway.notifyCallEnded().128 [ctx=1586112934343652894848] Removed session for call. Sessions:0
I’ve been looking for those “flaws”
Could not invite the focus to the conference
XMPP error reply received from focus.meet.enbitcon.de: XMPPError: not-acceptable - modify
impl.protocol.jabber.ProtocolProviderServiceJabberImpl.authenticated().2535 Authenticated: false
The last one, I came across this thread
Seems to be the same problem.
Does anyone here have any idea what attitude I may have forgotten?