OpenSIPS download area
Current stable releases are 3.3.4, 3.2.11 LTS and 3.1.14 LTS.
Current development version is the master git branch.
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
Thanks to several maintainers, OpenSIPS packages for certain Operating System/Distributions are available for download also:
GIT clone of development head version 3.4.x (MASTER):
# git clone --recursive https://github.com/OpenSIPS/opensips.git opensips-head
GIT clone of latest stable release (3.3):
# git clone --recursive https://github.com/OpenSIPS/opensips.git -b 3.3 opensips-3.3
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
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
An Ansible role for OpenSIPS is available on Ansible Galaxy. You can install the role using:
ansible-galaxy install razvancrainea.opensips