Search results

  1. Connectio to 3CX WebRTC with Javascript

    I decided to test the Janus Open Source WebRTC-SIP Gateway ( Soft plugin ) ... https://janus.conf.meetecho.com/siptest.html ... and it worked perfectly with 3CX :-) So I will give it a try migrating my current Javascript code, after compiling Janus.
  2. Connectio to 3CX WebRTC with Javascript

    Thanks for the answer. But my code ( currently for Asterisk ) is very customized, so I would need a full WebRTC implementation. As far as I understood from your answer it does not exist in 3CX: correct ? So the only solution would be a WebRTC-SIP Gateway. The problem is that the cost of such a...
  3. Connectio to 3CX WebRTC with Javascript

    Hi, As 3CX version 15.5 supports WebRTC I am trying to connect using the JsSIP Library. My goal is to integrate a softphone in my application ( instead of using any 3CX API ) in the same way I have already done with Asterisk, also using JsSIP. WebRTC works very well and, in my humble opinion, is...