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:07]
miconda [Notes on Kamailio vs SER]
install:devel:git [2013/04/21 19:37]
miconda [9. The init.d script]
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 220: Line 221:
  
 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: 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>
  
install/devel/git.txt · Last modified: 2019/01/11 17:20 by pepelux