@fonos/usermanager v0.0.97
Project Fonos is open-source telecommunications for the cloud. It helps VoIP integrators quickly deploy new networks and benefit from value-added services such as Programmable Voice, Messaging, and Video. This repository assembles the various components needed to deploy a telephony system at scale.
Table of Contents
Getting Started
To get started with Fonos Programmable Voice follow the next few steps.
Requirements:
- K8S Cluster
- Node and NPM
- A softphone (with support for tcp)
Work is on the way to enable Fonos for Docker Swarm
npm install @fonos/ctl -g
For details on this tool please go to ctl @ npmjs.
mkdir voice-app
cd voice-app
fonos apps:init
fonos apps:deploy
For more examples go the examples folder in this repository.
Features
Fonos' main features are:
- Programmable Voice
- Available on Kubernetes environment
- Typical SIP Server functions; Proxy, Registrar, Location Service
- Configurable routing strategies; Intra-Domain, Domain Ingress, Domain Egress and Peer Egress
- Per node Multi-Tenancy/Multi-Domain with Domain level Access Control List
- Transport: TCP, UDP, TLS, WebSocket
- Database: Redis
Modules and Components
The following is a list of modules and other subcomponents of Project Fonos by topic and current status.
Name | Topic | Description | Status |
---|---|---|---|
core | Core | Core API | |
events | Core | Event managment | |
storage | Core | Utility module for storage managment | |
ctl | Tooling | Controls a Fonos deployment using the API | |
sdk | Tooling | Bundle API for all user facing components | |
voice | Programmable Voice | NodeJS Implementation of Voice API | |
appmanager | Programmable Voice | API for deployment and managment of PVAs | |
dispatcher | Programmable Voice | Takes a call and passes control to media controller | |
tts | Programmable Voice | Abstracts for TTS features | |
marytts | Programmable Voice | Default TTS implementation | |
googleasr | Programmable Voice | Google implementation for ASR feature | |
googletts | Programmable Voice | Google implementation for TTS feature | |
mediacontroller | Programmable Voice | NodeJS implementation for Fonos media controller | |
mediaserver | VoIP Network, Programmable Voice | Asterisk based media server | |
agents | VoIP Network | API to create, update, get and delete Agents | |
domains | VoIP Network | API to create, update, get and delete Domains | |
providers | VoIP Network | API to create, update, get and delete Providers | |
numbers | VoIP Network | API to create, update, get and delete Numbers | |
sipproxy | VoIP Network | SIP proxy subcomponent | |
mediarelay | VoIP Network | RTPEngine controller and balancer | |
aaa | VoIP Network | Access Authorization Accounting | |
logger | Misc | Useful for Programmable Voice Applications (PVAs) | |
certs | Misc | Certificate creation and managment | |
errors | Misc | Util module for error managment | |
roles | Misc | API Access Control |
Bugs and Feedback
For bugs, questions, and discussions please use the Github Issues
Contributing
For contributing, please see the following links:
We're glad to be supported by respected companies and individuals from several industries. See our Github Sponsors to learn more.
Platinum Sponsors
Find all supporters in our BACKERS.md
file.
Authors
License
Copyright (C) 2021 by Fonoster Inc. MIT License (see LICENSE for details).
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago