Skip to content

irontec/ivozprovider

Repository files navigation

stable release

Ivoz Provider is a multitenant solution for VoIP telephony providers designed for horizontal scaling and load balancing.

Features

Multitenancy

IvozProvider supports multiple management levels, from Global platform administrator to final user, each of them having its own web interface with visibility to perform configuration tasks.

  • Global Administrator manages multiple Brands
  • Brand Administrators manage multiple Companies
  • Company Administrators manage multiple Users
  • Users manage their preferences

Scaling

From its beginning, IvozProvider was designed to be installed distributed between multiple machines, each one fullfilling one of the existing profiles:

  • Proxy:

    • Provides SIP communication with Providers and Users terminals
    • Provides media relay between endpoints
    • Powered by Kamailo SIP Server 5.7
  • Portal:

    • Provides Web interfaces for all platform roles
    • Access to all Bussiness data and shared files through Rest API services
  • Application Server:

    • Provides PBX features and runs configured logics
    • Powered by Asterisk 20 LTS with PJSIP channel driver
    • Logics implemented in PHP using fastagi AGI
  • Data:

    • Provides database and shared storage for the rest of machines
    • Powered by Percona Server 8.0

And many others open source projects.

Bear in mind that, while at least one of each profile must be installed for the platform to work, there can be multiple machines of each profile and all of them can also be installed in the same machine (a.k.a. standalone installation).

Cloud Service

IvozProvider is designed to work directly from the Internet. Although it can be used in local environments, being exposed to the public network has it's advantages

Installation

There are several ways to install IvozProvider.

If you want to test an standalone installation, we recommend using one of auto-install CDs based on Debian Stretch 9.4 amd64.

Version 64 bits 32 bits
oldoldstable (oasis 1.7) iso http iso http
oldstable (artemis 2.23.0) iso http
stable (halliday 3.4.1) iso http
testing (tempest 4.0.4) iso http

You can read about differences between releases here.

Documentation

You can browse online documentation in different formats:

Language HTML LaTeX PDF EPUB
Spanish badge html badge singlehtml badge latex badge pdf badge epub
English badge html badge singlehtml badge latex badge pdf badge epub

Feedback & Questions

Any feedback is also welcomed at #ivozprovider irc channel at irc.libera.chat

You can read frequently asked questions here.

For environment or functional questions, use ivozprovider-users group.

Commercial support

Don't hesitate to contact us for support if you plan to create a multi instance installation or want any kind of help with your systems.

License

Ivoz Provider - Multitenant solution for VoIP telephony providers
Copyright (C) 2014-2024 Irontec S.L.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

In addition, as a special exception, the copyright holders give
permission to link the code of portions of this program with the
OpenSSL library under certain conditions as described in each
individual source file, and distribute linked combinations
including the two.
You must obey the GNU General Public License in all respects
for all of the code used other than OpenSSL.  If you modify
file(s) with this exception, you may extend this exception to your
version of the file(s), but you are not obligated to do so.  If you
do not wish to do so, delete this exception statement from your
version.  If you delete this exception statement from all source
files in the program, then also delete it here.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.