Hello everyone,
We’re running Freeswitch 1.10.7 on a Debian 10 machine.
Recently we ran into a problem with our BLF keys. After some time they seem to be stuck on the last status update they received. Only a reboot or forcing a resubscribe can fix the problem. The error occurs on multiple devices and softwarephones.
Looking at the SIP packets, I can see that Freeswitch is sending a NOTIFY with the correct contents. But the endpoints replay with ‘500 Internal Server Error’ or ‘500 Invalid CSEQ’.
After looking at the CSEQ values of the packets I noticed that Freeswitch at some point started using a lower CSEQ number than in the previous NOTIFY packet. Which is then followed by a ‘500…’ replay from the endpoints.
As far as I know the CSEQ number should always be increased which would explain why the endpoints will no longer update the status of the BLF keys.
The CSEQ number for NOTIFYS seems to always bee around 537700000 - 53785000. I also noticed that the CSEQ number in the same Dialog makes big jumps between NOTIFYs. I thought it would only increase by 1 for every NOTIFY.
I could’t find a way to attach files to this post so I upladed a pcap to google drive.
https://drive.google.com/file/d/1b14DDH-DGDgzjvBNEj7uiHOJS2dykf_F/view?usp=share_link
What can we do to handle this problem?
Thank you
Marius