forked from fonoster/routr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fonoster Team
committed
Dec 22, 2018
1 parent
3182db5
commit b4428c7
Showing
76 changed files
with
5,898 additions
and
655 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
id: getting-started-introduction | ||
title: Undertanding Routr | ||
--- | ||
|
||
**Routr** is 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](https://twitter.com/fonoster). | ||
|
||
## 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 | ||
- Security | ||
- Digest SIP User Authentication | ||
- Domain Access Control List (DACL) | ||
- RESTful service secured with TLS and JWT tokens | ||
- Rest 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) | ||
|
||
## Key Concepts | ||
|
||
This following table features some important concepts, including the different routing types implemented by the server. | ||
|
||
| Concept | Description | | ||
| -- | -- | | ||
| User | Users perform administrative actions on the server | | ||
| Agent | Agents represent SIP endpoints such as softphones and IP phones | | ||
| Domain | Enables the creation of isolated groups of Agents | | ||
| Peer | Similar to Agents but without Domain boundaries | | ||
| Gateway | SIP entity that allows call termination | | ||
| DID | Routes and translate calls between the PSTN and Routr | | ||
| Intra-Domain Routing | Routing type for calling within the same Domain | | ||
| Domain Ingress Routing | Calling from the PSTN to an Agent or Peer | | ||
| Domain Egress Routing | Calling from an Agent to the PSTN thru a Gateway | | ||
| Peer Egress Routing | Similar to *DER* but applies only to Peers | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.