User Tools

Site Tools


install:4.3.x:git

Differences

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

Link to this comparison view

Next revision
Previous revision
install:4.3.x:git [2015/05/26 08:51]
miconda created
install:4.3.x:git [2015/06/23 12:05] (current)
miconda [1. Prerequisites]
Line 38: Line 38:
     * __libpcre3__ - apt-get install libpcre3-dev     * __libpcre3__ - apt-get install libpcre3-dev
  
 +**Important Note**: starting with version 4.3.0, Kamailio uses the directory **/var/run/kamailio/** for creating FIFO and UnixSocket control files. You have to complete the section related to installation of init.d script for creating /var/run/kamailio even if you plan to start Kamailio manually from command line. The alternative is to set different paths via parameters of **mi_fifo** and **ctl** modules.
 ===== 2. Getting sources from GIT ===== ===== 2. Getting sources from GIT =====
  
Line 43: Line 44:
  
 <code> <code>
-  mkdir -p /usr/local/src/kamailio-4.2 +  mkdir -p /usr/local/src/kamailio-4.3 
-  cd /usr/local/src/kamailio-4.2+  cd /usr/local/src/kamailio-4.3
 </code> </code>
  
Line 50: Line 51:
  
 <code> <code>
-  git clone --depth 1 --no-single-branch git://git.sip-router.org/kamailio kamailio+  git clone --depth 1 --no-single-branch git://git.kamailio.org/kamailio kamailio
   cd kamailio   cd kamailio
   git checkout -b 4.3 origin/4.3   git checkout -b 4.3 origin/4.3
Line 302: Line 303:
  
 <code> <code>
-  cd /usr/local/src/kamailio-4.2/kamailio+  cd /usr/local/src/kamailio-4.3/kamailio
   git pull origin   git pull origin
   make all   make all
install/4.3.x/git.1432623100.txt.gz · Last modified: 2015/05/26 08:51 by miconda