User Tools

Site Tools


install:devel:git

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
install:devel:git [2013/01/09 13:06]
miconda [11. Maintenance]
install:devel:git [2013/04/21 19:37]
miconda [9. The init.d script]
Line 13: Line 13:
 ==== Notes on Kamailio vs SER ==== ==== Notes on Kamailio vs SER ====
  
-Since version 4.0.0, Kamailio and SER are completely merged, no duplicated modules anymore.+Since version 4.0.0, Kamailio and SER are completely merged, no duplicated modules anymore. Default application name is **kamailio**.
  
 The 3.x.x series offered the possibility to build Kamailio and SER from same source code, meaning that they were more or less same application, but there were some overlapping modules using different database table structures. The 3.x.x series offered the possibility to build Kamailio and SER from same source code, meaning that they were more or less same application, but there were some overlapping modules using different database table structures.
Line 144: Line 144:
   /usr/local/lib/kamailio/modules_k/   /usr/local/lib/kamailio/modules_k/
 </code> </code>
 +Note: On 64 bit systems, /usr/local/lib64 may be used.
  
 The documentation and readme files are installed in: The documentation and readme files are installed in:
Line 213: Line 214:
 </code> </code>
  
-If you changed the password for the 'openser' user of MySQL, you have to update the value for 'db_url' parameters.+If you changed the password for the 'kamailio' user of MySQL, you have to update the value for 'db_url' parameters.
  
 You can browse [[http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=etc/kamailio.cfg|kamailio.cfg]] online on GIT repository. You can browse [[http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=etc/kamailio.cfg|kamailio.cfg]] online on GIT repository.
Line 219: Line 220:
 ===== 9. The init.d script ===== ===== 9. The init.d script =====
  
-The init.d script can be used to start/stop the Kamailio (OpenSER) server in a nicer way. A sample of init.d script for Kamailio (OpenSER) is provided at: +The init.d script can be used to start/stop the Kamailio server in a nicer way. A sample of init.d script for Kamailio is provided at:
- +
-<code> +
-  /usr/local/src/kamailio-devel/pkg/kamailio/debian/kamailio.init +
-</code>+
  
 <code> <code>
Line 235: Line 232:
 </code> </code>
  
-then edit the file updating the $DAEMON value:+then edit the file updating the $DAEMON and $CFGFILE values: 
 <code> <code>
   DAEMON=/usr/local/sbin/kamailio   DAEMON=/usr/local/sbin/kamailio
 +  CFGFILE=/usr/local/etc/kamailio/kamailio.cfg
 </code> </code>
  
Line 265: Line 264:
 </code> </code>
  
-Then you can start/stop Kamailio (OpenSER) using the following commands:+Then you can start/stop Kamailio using the following commands:
  
 <code> <code>
install/devel/git.txt · Last modified: 2019/01/11 17:20 by pepelux