Download OpenSIPS
There are multiple options when it comes to downloading OpenSIPS 1.11 :
Release files from WEB site
Section titled “Release files from WEB site”Tarballs with sources of the 1.11 release may be downloaded directly from the project web site:
[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
[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.
Tarballs from SourceForge
Section titled “Tarballs from SourceForge”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:
[https://sourceforge.net/projects/opensips/files/OpenSIPS/1.11.0/](https://sourceforge.net/projects/opensips/files/OpenSIPS/1.11.0/)GIT download
Section titled “GIT download”GitHUB hosts the main repository for OpenSIPS. In order to checkout the latest version of OpenSIPS 1.11 you can run :
# git clone -b 1.11 https://github.com/OpenSIPS/opensips.git opensips_1_11