We have a setup with SIP dialin into Jitsi Meet conferences with Jigasi. This worked in the past. I think as of jitsi-meet 2.0.7416 from 2022-06-16 this fails. It may be releated to an update. But it’s not sure.
Scenario
The participant calls the phone number, enters the PIN and enters the conference room.
In the conference, the label “Initialising Call…” is shown, the participant heres the ringing tone.
After about 15 seconds, the participant disconnects.
Logfiles
There is one entry in the Jigasi log, which is suspicious.
Jun 24, 2022 10:53:59 AM net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl$JingleIqSetRequestHandler handleIQRequest
SEVERE: Error while handling incoming class org.jitsi.xmpp.extensions.jingle.JingleIQ packet:
java.lang.IllegalStateException: Extension element is not of expected class 'org.jitsi.xmpp.extensions.jitsimeet.StartMutedPacketExtension', because there is no according extension element provider registered with ProviderManager for {http://jitsi.org/jitmeet/start-muted}startmuted. WARNING: This indicates a serious problem with your Smack setup, probably causing Smack not being able to properly initialize itself.
at org.jivesoftware.smack.util.XmppElementUtil.castOrThrow(XmppElementUtil.java:111)
at org.jivesoftware.smack.packet.StanzaView.getExtension(StanzaView.java:98)
at net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl.processJingleIQ(OperationSetBasicTelephonyJabberImpl.java:1016)
at net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl$JingleIqSetRequestHandler.handleIQRequest(OperationSetBasicTelephonyJabberImpl.java:986)
at org.jivesoftware.smack.AbstractXMPPConnection$3.run(AbstractXMPPConnection.java:1561)
at org.jivesoftware.smack.AsyncButOrdered$Handler.run(AsyncButOrdered.java:151)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
I have no idea, where to debug the problem. Mabe you could give me a hint?
Setup
Jigasi, Prosody, Jicofo and Jitis-Meet are running on the same server with Debian 11 and OpenJDK 11.