From openSIPS

About: About

About -> About

Table of Content (hide)

  1. 1. What is OpenSIPS
  2. 2. Why OpenSIPS ?
    1. 2.1 Performance
    2. 2.2 Ease of Use
    3. 2.3 Flexibility
    4. 2.4 Monitoring & Control
    5. 2.5 WEB Interface
  3. 3. OpenSIPS Features
  4. 4. Pre-requisites
  5. 5. Getting Started with OpenSIPS
1.  What is OpenSIPS

OpenSIPS (Open SIP Server) is a mature Open Source implementation of a SIP server. OpenSIPS is more than a SIP proxy/router as it includes application-level functionalities. OpenSIPS, as a SIP server, is the core component of any SIP-based VoIP solution. With a very flexible and customizable routing engine, OpenSIPS unifies voice, video, IM and presence services in a highly efficient way, thanks to its scalable (modular) design.
What OpenSIPS has to offer, comes in a reliable and high-performance flavour - OpenSIPS is one of the fastest SIP servers, with a throughput that confirms it as a solution up to enterprise or carrier-grade class.

2.  Why OpenSIPS ?
2.1  Performance

What OpenSIPS has to offer, comes in a reliable and high-performance flavour - OpenSIPS is probably the fastest SIP server, with a throughput that confirms it as a solution up to enterprise or carrier-grade class.

Over the course of time, many tests (benchmarks) were done, resulting in a dense collection of various performance tests and measurements (database interaction, memory/cpu usage, etc) for OpenSIPS. The collection of benchmarks can be accessed here , and it showcases OpenSIPS as one of the fastest SIP Proxies on the market.

2.2  Ease of Use

OpenSIPS is an easy to deploy software. It has :

2.3  Flexibility

Due to it's very flexible custom scripting language ( quite similar in syntax with the C language ) and to it's modular architecture, OpenSIPS can be easily used in a very wide range of scenarios - just plug in the needed modules for your desired functionalities and build on top of them by using OpenSIPS's scripting language.

2.4  Monitoring & Control

OpenSIPS can be easily monitored and controlled from the outside, thanks to the MI interface, Event Interface and Statistics interface. Via the MI interface combined with the Statistics Interface, the administrator can pull various live stats ( like consumed memory, UDP queue size, overall load, number of ongoing calls, etc ) that can be used to monitor the status of an OpenSIPS box. Via the Event Interface, the administrator has the ability to get notified by OpenSIPS when certain events get triggered on the proxy side ( like DB access is slow, a gateways is down, the memory is getting filled up, etc ) and thus can take quick action when such an event happens.

2.5  WEB Interface

OpenSIPS also has a Web Control Panel Application , OpenSIPS-CP. The interface can be used for provisioning OpenSIPS, but it can also display and monitor various statistics, as well as send control actions to OpenSIPS ( like instructing OpenSIPS to reload some database tables, etc ).

3.  OpenSIPS Features

OpenSIPS has to offer many important and interesting features. To mention some of the most important ones:

4.  Pre-requisites

Since OpenSIPS is known to work on most *nix based systems, installing and running OpenSIPS requires some very basic Linux knowledge.

Also, since OpenSIPS is a SIP proxy, you will most likely need some basic SIP knowledge in order to deploy / debug OpenSIPS in some more advanced scenarios.

Last but not least, you will be needing some basic programming logic knowledge - The OpenSIPS configuration file is text-based, written in an OpenSIPS custom language, very similar to the C language.

5.  Getting Started with OpenSIPS

If you want to get started building platforms/solutions with OpenSIPS, here are a few steps that should help :

Retrieved from https://www.opensips.org/About/About
Page last modified on May 17, 2023, at 05:23 PM