– Kamailio SIP Server –

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
download:svn [2011/08/15 14:08]
109.254.49.8
download:svn [2012/03/22 13:38] (current)
80.250.1.245 removed spam
Line 1: Line 1:
 +====== 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:
 +
 +<code>
 +# svn co http://openser.svn.sourceforge.net/svnroot/openser kamailio
 +</code>
 +
 +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:
 +
 +<code>
 +# svn co http://openser.svn.sourceforge.net/svnroot/openser/trunk kamailio
 +</code>
 +
 +SVN download of specific revision:
 +
 +<code>
 +# svn co -r revision http://openser.svn.sourceforge.net/svnroot/openser/trunk kamailio
 +</code>
 +
 +SVN download of latest version of release 1.5.x:
 +
 +<code>
 +# svn co http://openser.svn.sourceforge.net/svnroot/openser/branches/1.5 kamailio
 +</code>
 +
 +SVN download of latest version of release 1.4.x:
 +
 +<code>
 +# svn co http://openser.svn.sourceforge.net/svnroot/openser/branches/1.4 kamailio
 +</code>
 +
 +SVN download of latest version of release 1.3.x:
 +
 +<code>
 +# svn co http://openser.svn.sourceforge.net/svnroot/openser/branches/1.3 kamailio
 +</code>
 +
 +SVN download of latest version of release 1.2.x:
 +
 +<code>
 +# svn co http://openser.svn.sourceforge.net/svnroot/openser/branches/1.2 kamailio
 +</code>
 +
 +SVN download of latest version of release 1.1.x:
 +
 +<code>
 +# svn co http://openser.svn.sourceforge.net/svnroot/openser/branches/1.1 kamailio
 +</code>
 +
 +===== 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
 +