apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 049AD65B
echo "deb http://apt.opensips.org stretch 2.3-releases" >>/etc/apt/sources.list
Available Architectures:
GIT clone of development head version 2.4.x (MASTER):
# git clone https://github.com/OpenSIPS/opensips.git opensips-head
GIT clone of latest stable release (2.3):
# git clone https://github.com/OpenSIPS/opensips.git -b 2.3 opensips-2.3
GIT clone of stable release (2.2) LTS:
# git clone https://github.com/OpenSIPS/opensips.git -b 2.2 opensips-2.2
Important: for developers, it is recommended to use the SSH git URL:
git clone git@github.com:OpenSIPS/opensips.git opensips_head