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.
- 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.
ctxSip uses:
Clone the repository and use the following command in the directory
python -m SimpleHTTPServer 8000