====== Download Sources of Kamailio v5.0.x from GIT Repository ====== Instructions to download sources from GIT repository, specific for stable branch 5,0 (release series v5.0.x). ===== Kamailio v5.0.x ===== Direct download of sources from GIT for latest Kamailio v5.0.x. git clone --depth --no-single-branch 1 https://github.com/kamailio/kamailio kamailio cd kamailio git checkout -b 5.0 origin/5.0 //Note: if your git client version does not support –no-single-branch command line parameter, then just remove it.//