Kamailio (OpenSER) download area
Download site:
The sortcut to the tarball with sources of the latest stable release:
If you want to contribute with building packages for different distributions, please send an email to:
- <devel (at) lists . sip-router . org>
Fetching Kamailio from source repository
- GIT Download for Kamailio (OpenSER) 3.0.0 or greater
GIT download of latest version of release 3.0.x:
# git clone --depth 1 git://git.sip-router.org/sip-router kamailio # cd kamailio # git checkout -b kamailio_3.0 origin/kamailio_3.0
- SVN Download for Kamailio (OpenSER) 0.9.4 up to 1.5.3
SourceForge.net project name has not been changed, since it is not related to commercial actions, therefore it is still named openser - this preserves the entire history of code changes and all versions released since the start of the project.
To check out all source code from SVN server use:
# svn co https://openser.svn.sourceforge.net/svnroot/openser kamailio
The above command will download everything -- all branches and tags so far. It is better to download desired versions only, otherwise the size can be quite big.
SVN download of HEAD version:
# svn co https://openser.svn.sourceforge.net/svnroot/openser/trunk kamailio
SVN download of specific revision:
svn co -r revision https://openser.svn.sourceforge.net/svnroot/openser/trunk kamailio
SVN download of latest Kamailio (OpenSER) release (1.5.0):
# svn co https://openser.svn.sourceforge.net/svnroot/openser/branches/1.5 kamailio
SVN download of latest version of release 1.4.x:
# svn co https://openser.svn.sourceforge.net/svnroot/openser/branches/1.4 kamailio
SVN download of latest version of release 1.3.x:
# svn co https://openser.svn.sourceforge.net/svnroot/openser/branches/1.3 kamailio
SVN download of latest version of release 1.2.x:
# svn co https://openser.svn.sourceforge.net/svnroot/openser/branches/1.2 kamailio
SVN download of latest version of release 1.1.x:
# svn co https://openser.svn.sourceforge.net/svnroot/openser/branches/1.1 kamailio
Linux and Unix Distributions
NOTE: In some distributions, Kamailio
may still be present with the old name OpenSER. If you don't find
kamailio packages means the renaming was not yet processed in that
distribution, search for openser.
- Debian Packages
Debian Stable, Testing and Unstable users can directly fetch the KAMAILIO (OpenSER) packages via APT from the official Debian repository, for various architectures.
- RPM Packages
Packages for Fedora, SUSE and Mandriva are hosted at:
http://software.opensuse.org/download/network:/telephony/
http://ftp.upjs.sk/pub/users/sal/Fedora/7/
opensuse.org is automatically mirrored to many of the OpenSUSE mirrors, and the packages are automatically rebuilt (with incremented build numbers) whenever any of the base packages are updated. Each distribution has its own rpm-MetaData repository which works with yast, apt, smart, rug and yum (possibly others). Simply add the correct repository.
Example for openSUSE 10.2:
- set repository to:
http://software.opensuse.org/download/network:/telephony/openSUSE_10.2/
- browse the repository at:
http://software.opensuse.org/download/network:/telephony/openSUSE_10.2/repodata/
upjs.sk is part of Fedora mirrors networks, KAMAILIO (OpenSER) packages are available for older versions of Fedora as well.
- FreeBSD Packages
To install FreeBSD packages run: pkg_add -r kamailio You can also use portupgrade tool: portupgrade -NP kamailio Also, KAMAILIO (OpenSER) can be locally compiled and installed from FreeBSD ports tree with: cd /usr/ports/net/kamailio make install clean Or use portupgrade: portupgrade -N kamailio
GIT Daily Snapshots
Daily GIT snapshots for Kamailio 3.0.x are posted at:
http://sip-router.org/tarballs/sr/kamailio_3.0/
SVN Daily Snapshots
Daily SVN snapshots are posted at: http://www.kamailio.org/downloads/snapshots/
Latest SVN snapshot for Kamailio (OpenSER) development version can be downloaded from here
Latest SVN snapshot for OpenSER v1.3.x can be downloaded from here
Latest SVN snapshot for OpenSER v1.2.x can be downloaded from here
Latest SVN snapshot for OpenSER v1.1.x can be downloaded from here
For older releases, we still have some CVS snapshots:
Latest CVS snapshot for OpenSER v1.0.x can be downloaded from here
Embedded Platforms
Kamailio (OpenSER) is available in binary format for several embedded platforms: - Linksys NSLU - Synology DS-101(g+) - Iomega NAS 100d - Freecom FSG-3 - Qnap TurboStation ... and all routers supported by the oleg or dd-wrt distributions. Check out http://www.nslu2-linux.org
If some information in this page is erroneous, please send an email at:
< devel (at) lists . sip-router . org >
|