vialer / vialer-js

Pluggable WebRTC softphone and communication platform.
MIT License
1k stars 60 forks source link

How to get user credentials to use the extension ? #172

Closed sincerekamal closed 6 years ago

sincerekamal commented 6 years ago

Describe the bug How to get user credentials to use the extension ?

To Reproduce Steps to reproduce the behavior:

  1. Clone the repo
  2. Build and install as given
  3. On clicking Browser icon, it shows login form, but where to register ?
ghost commented 6 years ago

Hi!

Good question. The develop branch still has hardcoded dependencies. I'm a couple of days away from merging https://github.com/vialer/vialer-js/tree/feature/restructure-module-loading, which separates all vendor specific logic. So on develop for now you need a VoIPGRID account, but when the work in the other branch is done, you can use the voip user adapter to login to any sip provider that supports sip over websocket & webrtc.

ghost commented 6 years ago

The current develop branch has a default build called Bologna, which builds as a generic softphone. There are some references on the documentation site (https://vialer-js.io) on how to setup a sip-over-websocket backend. Otherwise you would need a VoIP provider that supports this functionality.