====== Download Kamailio from SVN Repository ====== **The SVN repository hosts the source tree for releases v0.9.4 to v1.5.x.** ===== SVN Direct Download ===== [[http://sourceforge.net/projects/openser/|SourceForge.net project name]] has not been changed, since it is not related to commercial actions, therefore it is still named [[http://sourceforge.net/projects/openser/|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: * http://www.kamailio.org/downloads/snapshots/openser-devel/openser-devel-svn-latest.tgz Latest SVN snapshot for OpenSER v1.3.x can be downloaded from: * http://www.kamailio.org/downloads/snapshots/openser-1.3.x/openser-1.3.x-svn-latest.tgz Latest SVN snapshot for OpenSER v1.2.x can be downloaded from: * http://www.kamailio.org/downloads/snapshots/openser-1.2.x/openser-1.2.x-svn-latest.tgz Latest SVN snapshot for OpenSER v1.1.x can be downloaded from: * http://www.kamailio.org/downloads/snapshots/openser-1.1.x/openser-1.1.x-svn-latest.tgz For older releases, we still have some CVS snapshots Latest CVS snapshot for OpenSER v1.0.x can be downloaded from: * http://www.kamailio.org/downloads/snapshots/openser-1.0.0/openser-1.0.0-cvs-latest.tgz