– Kamailio SIP Server –

Download Kamailio from SVN Repository

The SVN repository hosts the source tree for releases v0.9.4 to v1.5.x.

SVN Direct Download

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 http://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 http://openser.svn.sourceforge.net/svnroot/openser/trunk kamailio

SVN download of specific revision:

# svn co -r revision http://openser.svn.sourceforge.net/svnroot/openser/trunk kamailio

SVN download of latest version of release 1.5.x:

# svn co http://openser.svn.sourceforge.net/svnroot/openser/branches/1.5 kamailio

SVN download of latest version of release 1.4.x:

# svn co http://openser.svn.sourceforge.net/svnroot/openser/branches/1.4 kamailio

SVN download of latest version of release 1.3.x:

# svn co http://openser.svn.sourceforge.net/svnroot/openser/branches/1.3 kamailio

SVN download of latest version of release 1.2.x:

# svn co http://openser.svn.sourceforge.net/svnroot/openser/branches/1.2 kamailio

SVN download of latest version of release 1.1.x:

# svn co http://openser.svn.sourceforge.net/svnroot/openser/branches/1.1 kamailio

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:

Latest SVN snapshot for OpenSER v1.3.x can be downloaded from:

Latest SVN snapshot for OpenSER v1.2.x can be downloaded from:

Latest SVN snapshot for OpenSER v1.1.x can be downloaded from:

For older releases, we still have some CVS snapshots

Latest CVS snapshot for OpenSER v1.0.x can be downloaded from: