question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

jigasi hangs up after 30s

See original GitHub issue

Description

I configured jigasi to route sip calls to conferences. Everything works but after 30s jigasi hangs up. This happens on two different setups to me. Here is what the logs says last,

2020-01-10 17:40:02.708 INFO: [25110] service.protocol.media.TransportManager.sendHolePunchPacket().552 Send NAT hole punch packets
2020-01-10 17:40:02.789 INFO: [110] org.jitsi.jigasi.JvbConference.callStateChanged().1111 [ctx=15786780011031924958308] JVB conference call IN_PROGRESS.
2020-01-10 17:40:34.587 INFO: [7264] org.jitsi.jigasi.SipGatewaySession.handleCallState().1138 [ctx=15786780011031924958308] SIP call ended: CallPeerChangeEvent: type=CallPeerStatusChange oldV=net.java.sip.communicator.service.protocol.CallPeerState:Connected newV=net.java.sip.communicator.service.protocol.CallPeerState:Failed for peer=3057707074 <30xxxxxxxxx@xx.xx.xx.xx>;status=Failed
2020-01-10 17:40:34.604 INFO: [7264] org.jitsi.jigasi.SipGatewaySession.peerStateChanged().1204 [ctx=15786780011031924958308] SIP peer state: Failed

The strange thing is it happens always after 30s. Last words from asterisk:

User-Agent: Jigasi1.1.45-g7ca838dLinux
Reason: SIP;cause=408;text="The remote party has not replied!The call will be disconnected"
Content-Length: 0

Current behavior

Jigasi hangs up.

Expected Behavior

Call is stable.


Possible Solution


Steps to reproduce


Environment details

root@meetings:/# dpkg -l | grep jitsi
ii  jitsi-meet                     1.0.4153-1                        all          WebRTC JavaScript video conferences
ii  jitsi-meet-prosody             1.0.3775-1                        all          Prosody configuration for Jitsi Meet
ii  jitsi-meet-web                 1.0.3775-1                        all          WebRTC JavaScript video conferences
ii  jitsi-meet-web-config          1.0.3775-1                        all          Configuration for web serving of Jitsi Meet
ii  jitsi-videobridge              1126-1                            amd64        WebRTC compatible Selective Forwarding Unit (SFU)
root@meetings:/# dpkg -l | grep jigasi
ii  jigasi                         1.1-45-g7ca838d-1                 amd64        Jitsi Gateway for SIP
root@meetings:/# 

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
damenchocommented, Jan 10, 2020

Try setting net.java.sip.communicator.impl.protocol.sip .SKIP_REINVITE_ON_FOCUS_CHANGE_PROP=true in jigasi config and restart jigasi. Does it change anything? Asterisk does not reply to re-invites send from jigasi and this is considered as signaling server gone away. This is visible in the pcap you sent.

0reactions
5280designcocommented, Oct 24, 2020

net.java.sip.communicator.impl.protocol.sip

Where to I change this?..

Read more comments on GitHub >

github_iconTop Results From Across the Web

Helpppppp on Jigasi. Hangs up after 30 seconds after ...
Hello! :slight_smile: I enter the PIN then # for no pw then it says “connecting to conference” then SILENCE for 30 sec and...
Read more >
Re: [Linphone-users] Hang up at about 30 seconds
Incoming calls like from a cell phone are hung up after about 30 seconds. I have tested this in two locations with two...
Read more >
next set of updates · 7707eb5865 - FreeBSD - Ahlawat GIT
TO_IDENT sets O Timeout.ident=0s - to stop sendmail from making ident ... When enabled the password used for locking a room is restricted...
Read more >
Call hangs after 30 seconds - Kolmisoft Wiki
Call hangs after 30 seconds ... Check Call Timeout in Device Settings - maybe the call can't last more than 30s? Device timeout...
Read more >
Jitsi Meet - Documentation | Voximplant.com
Voximplant offloads this processing from Jigasi, helping to make it more scalable. Conference info services. Copy URL. Jitsi Meet's user interface is set...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found