JsSIP
Initial release2011; 13 years ago (2011)
Stable release
3.4.3 / April 22, 2020; 4 years ago (2020-04-22)[1]
Repositorygithub.com/versatica/JsSIP
Written inJavaScript
TypeWebRTC
LicenseMIT
Websitejssip.net

JsSIP is a library for the programming language JavaScript. It takes advantage of SIP and WebRTC to provide a fully featured SIP endpoint in any website. JsSIP allows any website to get real-time communication features using audio and video. It makes it possible to build SIP user agents that send and receive audio and video calls as well as and text messages.[2]

General features

Standards

JsSIP implements the following SIP specifications:

Interoperability

SIP proxies, servers

JsSIP uses the SIP over WebSocket transport for sending and receiving SIP requests and responses, and thus, it requires a SIP proxy/server with WebSocket support. Currently the following SIP servers have been tested and are using JsSIP as the basis for their WebRTC Gateway functionality:

WebRTC web browsers

At the media plane (audio calls), JsSIP version 0.2.0 works with Chrome browser from version 24. At the signaling plane (SIP protocol), JsSIP runs in any WebSocket capable browser.

License

JsSIP is provided as open-source software under the MIT license.[3]

References

  1. ^ "Releases". versatica/JsSIP. JsSIP. Retrieved 2 February 2017 – via GitHub.
  2. ^ "WebRTC:How and Why?" (PDF). FRAFOS. 12 January 2015. Archived from the original (PDF) on 12 June 2016. Retrieved 27 January 2015.
  3. ^ "JsSIP License".

jssip.net