JsSIP icon indicating copy to clipboard operation
JsSIP copied to clipboard

JsSIP, the JavaScript SIP library

Results 53 JsSIP issues
Sort by recently updated
recently updated
newest added

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.