Open CameronJYoung opened 6 months ago
Hey there,
You might have fixed this already, but this looks like packet fragmentation issues.
Hey there,
You might have fixed this already, but this looks like packet fragmentation issues.
I can't imagine it's to do with packet fragmentation as JSSIP receives the "OK 200" with the full SDP. This implies the full message has already been received. Thanks
Hello! Apologies if i'm putting this in the wrong place (I was going to start in the JSSIP mail group but it looks like it's been overrun with spam). I think I have a potential bug with JSSIP where the SDP being received in the 200 OK response looks to be cut off in the RTCSession "sdp" event. I'm aware it could be a problem with my SDP but I've enabled JSSIP debug logs and I can't see any errors indicating what could be wrong with the SDP itself. Here's the full logs:
jssip-logs.txt
I'm using JsSIP v3.10.1
As you can see it recieves a 200 OK for the INVITE
And then a moment later the "sdp" event get's fired and it's missing the last line and a half
After that JSSIP sends an ACK and then a BYE with:
And an error from JSSIP after it sends the bye
If it is a problem with the SDP recieved in the 200 OK it might be a good place for a more descriptive log? Any additional information needed to help let me know.