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

**I found problem with the blind call transfer scenario** 1. 1st phone send REFER to 2nd 2. 2nd: REFER accepted, and start calling to 3rd 3. 1st phone send BYE...

`Dialog/RequestSender` calls `_this2._request_sender.send()` in 491 status handler to make another request attempt. But `_request_sender` doesn't exist so this line causes exception. Looks like `this.send()` is good alternative for this line

Remote hold state is only set "true" inside __processInDialogSdpOffer_ function that is never triggered during audio calls ( `mediaConstraints = { audio: true, video: false }` ). It also fails...

Hello! I've seen a couple of posts/tickets regarding this message. Although a workaround would do for me by doing `.toLowerCase()` on this in the settings: `uri: '[email protected]'` .. I think...

When I using Chrome and jsSIP it's have issue Failed to execute 'setLocalDescription' on 'RTCPeerConnection' and sending message not have Content-length. Image bellow. It's error on Chrome, Firefox is working...

When I use session.connection.getStats(videoTrack) I am receiving the following error: DOMException: track must be associated with a unique sender or receiver, but is associated with 0 senders and 0 receivers....

UPDATE is usually completed before the INVITE request is answered, so the 1XX status is added to the judgment processing UPDATE

This commit resolves an issue whereby when a local mediaStream is passed as an option to the answer or call functions, the existing code does not sync the enabled status....

This PR adding ability to send REGISTERs without `expires` value and let the server side decide what the `expires` is. This is done by setting `register_expires` to zero in UA...

Hi, We have the following situation: 1. JsSIP clientA send Invite request to server 2. Invite comes to JsSIP clientB 3. ClientB answer with 200 OK 4. JsSIP clientA send...