Guides
Configure SIP.js with OnSIP
SIP.js works with OnSIP without any modification.
System Setup
No system setup is required.
Sign up for OnSIP
OnSIP is a hosted SIP signaling platform. Sign up for free via the OnSIP web site.
Configure SIP.js
If no Web Socket server is specified, SIP.js attempts to connect to OnSIP. Creating and registering user agents with OnSIP is as simple as specifying a SIP address to use:
// Replace 'any_username' with any username and 'your_subdomain'
// with your OnSIP subdomain.
var ua = new SIP.UA('any_username@your_subdomain.onsip.com');
Troubleshooting
Please see the OnSIP Developer Documentation.