~ubuntu-branches/debian/sid/kamailio/sid

« back to all changes in this revision

Viewing changes to pkg/kamailio/deb/jessie/kamailio.README.Debian

  • Committer: Package Import Robot
  • Author(s): Victor Seva
  • Date: 2014-01-06 11:47:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140106114713-t8xidp4arzrnyeya
Tags: 4.1.1-1
* New upstream release
* debian/patches:
  - add upstream fixes
* Added tls outbound websocket autheph dnssec modules
  - openssl exception added to their license
* removing sparc and ia64 from supported archs
  for mono module (Closes: #728915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Kamailio for Debian
 
2
------------------
 
3
 
 
4
* init script check for fork=no
 
5
-------------------------------
 
6
 
 
7
The Kamailio init script will not start Kamailio on boot if fork=no is
 
8
specified in the config file. The check in the initscript will match
 
9
any occurrence of fork=no in the file, even inside C-style comments.
 
10
 
 
11
You can disable this check in the init script if you wish; just comment
 
12
out the calls to the check_fork function in the script. Your changes to
 
13
the init script will be preserved upon upgrade, as the file is tagged
 
14
as a conffile.
 
15
 
 
16
 
 
17
* Kamailio setup
 
18
---------------
 
19
 
 
20
To setup Kamailio, you need to:
 
21
 - configure Kamailio properly to suit your needs
 
22
 - edit /etc/default/kamailio, adjust the MEMORY parameter and set
 
23
   RUN_KAMAILIO to "yes"
 
24
 
 
25
If you are building an HA cluster using heartbeat or similar, you'll want
 
26
to disable the init script by running:
 
27
 
 
28
  update-rc.d kamailio remove
 
29
 
 
30
so that Kamailio will not be launched at system startup. You still need
 
31
to set RUN_KAMAILIO to "yes" if you want to use the /etc/init.d/kamailio init
 
32
script.
 
33
 
 
34
Set the DUMP_CORE parameter in /etc/default/kamailio to "yes" if you want to
 
35
get a core dump in case Kamailio crashes. The debug symbols for Kamailio are
 
36
provided by the kamailio-dbg package.
 
37
 
 
38
-- Julien BLACHE <jblache@debian.org>, Fri, 08 Sep 2006 14:43:21 +0200