drachtio / drachtio-server

A SIP call processing server that can be controlled via nodejs applications
https://drachtio.org
MIT License
233 stars 90 forks source link

Drachtio neither receiving message nor sending responses #332

Open jyotigroomefy opened 6 months ago

jyotigroomefy commented 6 months ago

Hi, Our drachtio server stopped receiving and sending any message to the network. In the attached logs you can look at line 40393 when it was going to destroy transport and destroyed at line 42363. In that duration neither any request was received by drachtio nor any response was sent from it (approx. 2 mins 30 secs).

We are using drachtio version v0.8.20-4-gb018237139

drachtio-server-issue.txt

davehorton commented 6 months ago

please update to 0.8.24, as I believe this was a bug that we have fixed in a more recent release.

jyotigroomefy commented 6 months ago

Thank you for quick response :) I will update my drachtio server and will let you know.