Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.04 KB

ctxSip

A Javascript SIP client based on SIP.js.

Webphone is a Javascript based SIP client that uses WebRTC and WebSockets to connect to your SIP server. It is originally based ctxsip, but huge changes have been done to make it more reliable and upgraded to the sip.js 0.10.

Features

  • Audio only, Hold / Resume, Mute, multiple call support.
  • Auto Answer
  • Multi language
  • No plugins required, Works with WebSocket / WebRTC enabled browsers. (Firefox, Chrome, Safari, Edge.)
  • Call log is saved to localStorage.
  • Intuitive interface makes it easy for users.
  • Easy to configure and integrate into your project.
  • MIT licensed.

Dependencies

ctxSip uses:

Demo

Clone the repository and use the following command in the directory

python -m SimpleHTTPServer 8000