docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Jigasi Incoming call not received
I have integrated voximplant with jigasi. I am able to do outbound calling from jitsi to any mobile no. but incoming calls are not working. Here are the logs for incoming calls in jigasi:-
2023-07-14 12:28:17.399 INFO: [82] SipGateway$SipCallListener.incomingCallReceived#216: [ctx=16893178973961300318303] Incoming call received...
2023-07-14 12:28:17.407 INFO: [84] SipGatewaySession$WaitForJvbRoomNameThread.run#1587: [ctx=16893178973961300318303] Wait thread cancelled
2023-07-14 12:28:17.413 INFO: [82] JvbConference.start#454: [ctx=16893178973961300318303] Starting JVB conference room: [email protected]?cid=1788389
2023-07-14 12:28:17.415 INFO: [82] JvbConference.setXmppProvider#590: [ctx=16893178973961300318303] Using ProtocolProviderServiceJabberImpl(Jabber:[email protected]?cid=1788389/6465c393)
2023-07-14 12:28:17.418 SEVERE: [17] net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl$SaverThread.run: Error writing packet to file
java.lang.SecurityException: Insufficient rights to access this file in current user's home directory: /config/log/jitsi0.pcap
at org.jitsi.impl.fileaccess.FileAccessServiceImpl.getPrivatePersistentFile(FileAccessServiceImpl.java:171)
at net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl.getFileNames(PacketLoggingServiceImpl.java:194)
at net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl.savePacket(PacketLoggingServiceImpl.java:579)
at net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl$SaverThread.run(PacketLoggingServiceImpl.java:833)
2023-07-14 12:28:17.419 SEVERE: [17] net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl$SaverThread.run: Error writing packet to file
java.lang.SecurityException: Insufficient rights to access this file in current user's home directory: /config/log/jitsi0.pcap
at org.jitsi.impl.fileaccess.FileAccessServiceImpl.getPrivatePersistentFile(FileAccessServiceImpl.java:171)
at net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl.getFileNames(PacketLoggingServiceImpl.java:194)
at net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl.savePacket(PacketLoggingServiceImpl.java:579)
at net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl$SaverThread.run(PacketLoggingServiceImpl.java:833)
2023-07-14 12:28:17.424 SEVERE: [87] net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl.connectAndLogin: Failed to connect to XMPP service for:ProtocolProviderServiceJabberImpl(Jabber:[email protected]?cid=1788389/6465c393)
org.jivesoftware.smack.XMPPException$StreamErrorException: host-unknown You can read more about the meaning of this stream error at http://xmpp.org/rfcs/rfc6120.html#streams-error-conditions
stream:error
Pls help me regarding this.
The room jid you are sending in the sip header needs to be like [email protected]
Still same after changing room jid
2023-07-14 18:53:03.433 INFO: [75] SipGateway$SipCallListener.incomingCallReceived#216: [ctx=16893409834311552568773] Incoming call received...
2023-07-14 18:53:03.445 INFO: [77] SipGatewaySession$WaitForJvbRoomNameThread.run#1587: [ctx=16893409834311552568773] Wait thread cancelled
2023-07-14 18:53:03.451 INFO: [75] JvbConference.start#454: [ctx=16893409834311552568773] Starting JVB conference room: [email protected]?cid=32153368
2023-07-14 18:53:03.454 INFO: [75] JvbConference.setXmppProvider#590: [ctx=16893409834311552568773] Using ProtocolProviderServiceJabberImpl(Jabber:[email protected]?cid=32153368/659fa8f7)
2023-07-14 18:53:03.457 SEVERE: [17] net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl$SaverThread.run: Error writing packet to file
java.lang.SecurityException: Insufficient rights to access this file in current user's home directory: /config/log/jitsi0.pcap
at org.jitsi.impl.fileaccess.FileAccessServiceImpl.getPrivatePersistentFile(FileAccessServiceImpl.java:171)
at net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl.getFileNames(PacketLoggingServiceImpl.java:194)
at net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl.savePacket(PacketLoggingServiceImpl.java:579)
at net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl$SaverThread.run(PacketLoggingServiceImpl.java:833)
2023-07-14 18:53:03.459 SEVERE: [17] net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl$SaverThread.run: Error writing packet to file
java.lang.SecurityException: Insufficient rights to access this file in current user's home directory: /config/log/jitsi0.pcap
at org.jitsi.impl.fileaccess.FileAccessServiceImpl.getPrivatePersistentFile(FileAccessServiceImpl.java:171)
at net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl.getFileNames(PacketLoggingServiceImpl.java:194)
at net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl.savePacket(PacketLoggingServiceImpl.java:579)
at net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl$SaverThread.run(PacketLoggingServiceImpl.java:833)
2023-07-14 18:53:03.464 SEVERE: [80] net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl.connectAndLogin: Failed to connect to XMPP service for:ProtocolProviderServiceJabberImpl(Jabber:[email protected]?cid=32153368/659fa8f7)
org.jivesoftware.smack.XMPPException$StreamErrorException: host-unknown You can read more about the meaning of this stream error at http://xmpp.org/rfcs/rfc6120.html#streams-error-conditions
stream:error
room: [email protected]?
Still not the right one. What are all the custom the headers you are sending?