Skip to content

Download OpenSIPS

There are multiple options when it comes to downloading OpenSIPS 1.11 :


Tarballs with sources of the 1.11 release may be downloaded directly from the project web site:

Terminal window
[http://opensips.org/pub/opensips/1.11.0/src/opensips-1.11_src.tar.gz](http://opensips.org/pub/opensips/1.11.0/src/opensips-1.11_src.tar.gz)

Also, we have nightly builds of tar archives, which are extracted from the latest 1.11.x branch. In order to download the nightly build, go to

Terminal window
[http://opensips.org/pub/opensips/1.11.0/src/](http://opensips.org/pub/opensips/1.11.0/src/)

and download the file with the -svn[REV] suffix.


The same release files we have on the website are also hosted on the SourceForge download area - it is advisable to use it as geographical mirrors are available for a faster download:

Terminal window
[https://sourceforge.net/projects/opensips/files/OpenSIPS/1.11.0/](https://sourceforge.net/projects/opensips/files/OpenSIPS/1.11.0/)

GitHUB hosts the main repository for OpenSIPS. In order to checkout the latest version of OpenSIPS 1.11 you can run :

Terminal window
# git clone -b 1.11 https://github.com/OpenSIPS/opensips.git opensips_1_11