Skip to content
forked from fonoster/routr

Routr: Next-generation SIP Server 🚀

License

Notifications You must be signed in to change notification settings

kimichang/routr

 
 

Repository files navigation

Routr Logo


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

FeaturesQuick StartDocumentationDemoBugs 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

Features

Routr's main features are:

  • Typical SIP Server functions; Proxy, Registrar, Location Service
  • Per node Multi-Tenancy/Multi-Domain with Domain level Access Control List
  • Transport: TCP, UDP, TLS, WebSocket
  • Routr currently supports Redis, HTTP Requests, and YAML files as the data source
  • Server management and monitoring with the RESTful API, CLI, and Web Console
  • Configurable routing strategies; Intra-Domain, Domain Ingress, Domain Egress and Peer Egress

To learn more, read the documentation. 📚

Quick Start

There are no special requirements to install and run the server. Just follow this easy steps:

➊ Download the server for your platform

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

➋ Then extract it:

tar xvfz routr-*.tar.gz
cd routr-*

➌ Run the server using the routr command

./routr

Have 10 minutes? Try the interactive tutorial

Open in Cloud Shell

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) 2019 by Fonoster Inc. MIT License (see LICENSE for details).

About

Routr: Next-generation SIP Server 🚀

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.0%
  • Shell 1.7%
  • Other 1.3%