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 added Subscriber.js Notifier.js to JsSIP I tried write them according JsSIP style and lint errors. Please take a look and let me know what needs to be fixed. I...

I've been building a couple of "native" apps with jssip using React Native and React Native WebRTC. I've pushed all the changes required to make jssip work within that environment....

JsSIP 3.7.1 seems to have the same issue described here: https://twinklephone.yahoogroups.narkive.com/aXB3Vk5Q/twinkle-doesn-t-allow-sending-dtmf-during-earlymedia TLDR: Sending a DTMF tone with `JsSIP.RTCSession.sendDTMF()` after a "183 Session Progress" and before a "SIP/2.0 200 OK" should...

bug

I observed failures to parse the body of a refer NOTIFY in JsSIP if the body contained more than just a status line. According to RFC 3515 section 2.4.5 it...

Some proprietary SIP call managers require the presence of specific extra SIP headers to be present in every single request and response from a client. Currently JsSIP doesn't have a...

Hi. When I tried to use event handler "newOptions", I obtained error: ``` Argument of type '"newOptions"' is not assignable to parameter of type '"connecting" | "connected" | "disconnected" |...

* local ports for reinvite are not being setup when remote sends more media (video after audio only)

Hi, With PjSIP, empty messages received was not only "\r\n" (see below). So I change the strict matching by a regular. Other question, why not response to this ? Regards,...

A perfect rationale is given in the [Janus NoSIP plugin](https://github.com/meetecho/janus-gateway/pull/799#issuecomment-283321722) discussion. This is: make JsSIP WebRTC agnostic and let the app provide JsSIP with externally produced SDP blobs.

enhancement
API