JsSIP
JsSIP copied to clipboard
JsSIP, the JavaScript SIP library
Jssip version: 3.10.0 When the server sends a BYE message after a race condition between INVITE, CANCEL, and 200 OK, the JsSIP session does not fire the ended or failed...
Steps to reproduce: 1. Send INFO request with `RTCSession::sendInfo` 2. Result of request is one of the following: - "SIP/2.0 408 Request Timeout" response - No response after `Timers.TIMER_F` timeout...
Clean and rebased version of #711.