Giter Club home page Giter Club logo

tryit-jssip's Introduction

tryit-jssip

The JsSIP demo application.

Check it online at https://tryit.jssip.net

Installation

  • Fork the project.

  • Install dependencies:

$ npm install
  • Globally install the NPM gulp-cli package:
$ npm install -g gulp-cli
  • Build the app (check the gulpfile file for details):

    • gulp prod generates the app in production/minified mode.
    • gulp dev generates the app in development mode.
    • gulp live generates the app in development mode, opens the local website and watches for changes in the source code.
  • Once built, the out/ directory is created with all the HTML, CSS and JavaScript files to be deployed in your own server.

Hardcoded settings

The app allows entering settings via an HTTP form in the Login section. However, the developer can hardcode some specific settings (for example the callstats.io settings) by defining a window.SETTINGS variable before the tryit-jssip.js is loaded.

Check the commented code in the index.html and fill it as needed.

Notes

  • If you run this web application into your own domain, you will also need to set your own SIP/WebSocket servers. The SIP servers running at the public demo won't accept connections origins other than https://tryit.jssip.net.

Author

Iñaki Baz Castillo (@ibc at Github)

License

MIT

tryit-jssip's People

Contributors

ibc avatar jmillan avatar

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.