Skip to content
/ webphone Public
forked from collecttix/ctxSip

webphone is Javascript based SIP client (based on ctxSip), that uses WebRTC and WebSockets to connect to your SIP server.

License

Notifications You must be signed in to change notification settings

ha36d/webphone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

webphone is Javascript based SIP client (based on ctxSip), that uses WebRTC and WebSockets to connect to your SIP server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Other 0.9%