Download
Daily tarballs
Tarballs for master (development) and several branches are made available daily (only if there were changes in the sources from previous tarball):
http://sip-router.org/tarballs/sr/
Kamailio Download
If you are using Kamailio flavour, check the download guidelines for sources, deb or rpm packages at:
GIT download
To take the sources from GIT repository:
git clone --depth 1 git://git.sip-router.org/sip-router sip-router cd sip-router
It checks out by default the master (development) branch.
Switching to 3.1 branch:
git checkout -b 3.1 origin/3.1
Note: starting with branch 3.1, to switch between building SER or Kamailio, you have to use ‘FLAVOUR=ser’ or ‘FLAVOUR=kamailio’ in your ‘make’ command (e.g., ‘make FLAVOUR=kamailio install’).
Switching to kamailio_3.0 branch:
git checkout -b kamailio_3.0 origin/kamailio_3.0
Switching to sr_3.0 branch:
git checkout -b sr_3.0 origin/sr_3.0
Packaging
If you want to package SIP Router releases or development version for various operating system, contact us via email at sr-dev [at] lists.sip-router.org.