OpenSER download area http://openser.org/pub/openser/. You can download the tarball of the released sources at http://openser.org/pub/openser/latest/src/. Binary packages for serveral distributions you can find at http://openser.org/pub/openser/latest/bin/. http://openser.org/pub/openser/latest/packages/ . If you want to contribute with building packages on different distributions, please send us an email at <team (at) openser . org> and we can provide you some guidelines. Debian Packages Debian Testing and Unstable users can directly fetch the OpenSER packages via APT from the official Debian repository, for various architectures. For Debian Stable, the local OpenSER APT repository contains the latest build for 'i386' architecture. - deb http://www.openser.org/debian sarge main
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, OpenSER packages are available for older versions of Fedora as well. FreeBSD PackagesTo install FreeBSD packages run: pkg_add -r openser You can also use portupgrade tool: portupgrade -NP openser Also, OpenSER can be locally compiled and installed from FreeBSD ports tree with: cd /usr/ports/net/openser make install clean Or use portupgrade: portupgrade -N openser SVN Download Starting with 2007-02-26, OpenSER was migrated to SVN . See details at Source Forge OpenSER's SVN Page . To check out all source code from SVN server use: # svn co https://openser.svn.sourceforge.net/svnroot/openser openser 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 development version (HEAD): # svn co https://openser.svn.sourceforge.net/svnroot/openser/trunk openser SVN download of development version (HEAD) (specific revision): svn co -r revision https://openser.svn.sourceforge.net/svnroot/openser/trunk openser SVN download of latest OpenSER release (1.3.0): # svn co https://openser.svn.sourceforge.net/svnroot/openser/branches/1.3 openser SVN download of latest version of release 1.2.x: # svn co https://openser.svn.sourceforge.net/svnroot/openser/branches/1.2 openser SVN download of latest version of release 1.1.x: # svn co https://openser.svn.sourceforge.net/svnroot/openser/branches/1.1 openser Daily Snapshots If more convenient for you, daily SVN snapshots are posted at: http://www.openser.org/downloads/snapshots/ Latest SVN snapshot for 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 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: team (at) openser . org
|