GithubHelp home page GithubHelp logo

Freeswitch about janus-gateway HOT 5 CLOSED

meetecho avatar meetecho commented on May 15, 2024
Freeswitch

from janus-gateway.

Comments (5)

lminiero avatar lminiero commented on May 15, 2024

Hi Behrad,

thanks for your support, it's really appreciated! Janus has different modules to handle different technologies and features, and it has a SIP plugin that was conceived exactly for that. I only tested it with Kamailio and Asterisk, but it should work with Freeswitch as well. If you try that and find any issue let us know!

By the way, just FYI we have a Google Group for more generic questions on Janus: https://groups.google.com/forum/#!forum/meetecho-janus

from janus-gateway.

behrad avatar behrad commented on May 15, 2024

Thank you @lminiero for your answer,
I actually tried your sip demo with one of our freeswitch servers, singnaling seemed ok in a very simple call, but voice was echoed... (as shouting in between mountains ;) )

Where Can i find that demo's source? Can I use available web sip clients like SipML, Phono, SIPjs, ...?

from janus-gateway.

lminiero avatar lminiero commented on May 15, 2024

The echo may be caused by the local stream not being muted, even though we do that in JavaScript.

All the sources, including the demos HTML and JavaScript, are in the project. The demos are in the HTML folder. If by clients you mean UI, you should be able to do that, as all you need to do is hook the Janus application logic to your web application, and the demo we have for SIP is just an example of how to do that with a Bootstrap web page and jQuery. You cannot use the SIP stacks provided by sipml5, JsSIP, Phono and others, though, as with Janus the entity talking SIP is the server-side plugin, while on the client-side you have a simplified JSON-based interaction that only handles higher level messages (e.g., call, incoming call, decline, hangup, etc.). Right now this is done as with other demos/plugins, which all handle the general purpose interaction with Janus accordingly, but we're preparing some high level APIs customized for each plugin to make this easier. Feedback on this would be great!

from janus-gateway.

behrad avatar behrad commented on May 15, 2024

Thank you for details @lminiero

So you think we can use it in a production environment (a web based soft-phone to answer helpdesk calls)?

The echo may be caused by the local stream not being muted, even though we do that in JavaScript

How can I resolve this? I'm using chrome 35.0.19

from janus-gateway.

lminiero avatar lminiero commented on May 15, 2024

Sure, you can use it for that. Just look at the JS code in the demos to see how you can register through the SIP plugin, and start/receive calls.

If the echo was caused by the local stream, just don't add it to the web page when the user accepts the permissions. It's just useful when video is involved anyway, e.g., for picture-in-picture, and makes no sense for audio-only calls.

from janus-gateway.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.