Login | Register

Download

Downloads -> Get OpenSIPS

Table of Content (hide)

  1. 1. Release files from WEB site
  2. 2. Packages
  3. 3. GIT
  4. 4. Docker
  5. 5. Ansible

OpenSIPS download area

Currently supported stable releases: 3.4.4 LTS, and 3.2.17 LTS.
Current development version is the master git branch.


1.  Release files from WEB site

For the latest stable releases, the tarballs with sources may be downloaded directly from the project web site:

      http://opensips.org/pub/opensips/latest

Or you can browse all the available versions (tarballs with sources):

      http://opensips.org/pub/opensips/
http://download.opensips.org

2.  Packages

Thanks to several maintainers, OpenSIPS packages for certain Operating System/Distributions are available for download also:


3.  GIT

GIT clone of development head version 3.5.x (MASTER):

   # git clone --recursive https://github.com/OpenSIPS/opensips.git opensips-head

GIT clone of latest stable LTS release (3.4):

   # git clone --recursive https://github.com/OpenSIPS/opensips.git -b 3.4 opensips-3.4

GIT clone of latest stable LTS release (3.2):

   # git clone --recursive https://github.com/OpenSIPS/opensips.git -b 3.2 opensips-3.2

Important: for developers, it is recommended to use the SSH git URL:

   git clone --recursive git@github.com:OpenSIPS/opensips.git opensips_head

4.  Docker

Docker-ized versions of OpenSIPS can be found on Docker Hub. You can pull the latest OpenSIPS docker image using:

    docker pull opensips/opensips

Older versions are also available starting from OpenSIPS 2.2. You can pull the associated using:

    docker pull opensips/opensips:$VERSION

5. Ansible

An Ansible role for OpenSIPS is available on Ansible Galaxy. You can install the role using:

     ansible-galaxy install razvancrainea.opensips 

Page last modified on February 21, 2024, at 04:20 PM