Code Monkey home page Code Monkey logo

routr's Introduction

Routr Logo



Build Status Maintainability Join the chat Gitter Join the community on Spectrum Join the chat on Slack license: MIT

Key FeaturesQuick StartDocsBugs and FeedbackContributingLicense

Routr – a lightweight sip proxy, location server, and registrar that provides a reliable and scalable SIP infrastructure for telephony carriers, communication service providers, and integrators. It also provides with capabilities that are suitable for the enterprise and personal needs. To get involved in the development of this project please contact us at @fonoster.

Tweet

Be sure to see the demo

Key Features

  • Proxy
  • Registrar Service
  • Location Service
  • Call Forking
  • Multi-Tenancy/Multi-Domain
  • Access to the PSTN Using SIP Gateways
  • Transport: TCP, UDP, TLS, WebSocket
  • Data Sources: Redis, Restful API, Files
  • Restful API
  • Command Line Tool for Admin Operations
  • Routing Capabilities
    • Intra-Domain Routing (IDR)
    • Domain Ingress Routing(DIR)
    • Domain Egress Routing (DER)
    • Peer Egress Routing (PER)
  • Security
    • Digest SIP User Authentication
    • Domain Access Control List (DACL)
    • Restful service secured with TLS and JWT tokens

To learn more, read the documentation. 📚

Quick Start

➊ Download the server for your plattform

Platform Download
Linux tar.gz
macOS tar.gz
Windows tar.gz, zip
Docker img

➋ Use the following command to run the server using docker

docker pull fonoster/routr
docker run -it \
    -p 4567:4567 \
    -p 5060:5060 \
    -p 5060:5060/udp \
    -p 5061-5063:5061-5063 \
    -e ROUTR_EXTERN_ADDR=${your host address} \
    fonoster/routr

or if using docker-compose

git clone https://github.com/fonoster/routr
cd routr
docker-compose pull
docker-compose up --abort-on-container-exit

for any other plattform use the ./routr command at the root of your download

➌ Use the command-line tool rctl to control the server or to launch the web console

Instructions to install the command-line tool are available at https://github.com/fonoster/routr-ctl

Bugs and Feedback

For bugs, questions, and discussions please use the Github Issues

Contributing

For contributing, please see the following links:

Authors

LICENSE

Copyright (C) 2018 by Fonoster Inc. MIT License (see LICENSE for details).

routr's People

Contributors

psanders avatar vitalyster avatar browt190 avatar

Watchers

James Cloos avatar Matt Blessed 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.