File: opensips.README.Debian

package info (click to toggle)
opensips 2.2.2-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 31,060 kB
  • ctags: 37,342
  • sloc: ansic: 334,318; xml: 91,231; perl: 6,659; sh: 5,148; sql: 4,175; makefile: 3,152; yacc: 2,499; python: 1,197; cpp: 611; php: 573
file content (25 lines) | stat: -rw-r--r-- 817 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
OpenSIPS for Debian
------------------

* OpenSIPS setup
---------------

To setup OpenSIPS, you need to:
 - configure OpenSIPS properly to suit your needs
 - edit /etc/default/opensips, adjust the MEMORY parameter and set
   RUN_OPENSIPS to "yes"

If you are building an HA cluster using heartbeat or similar, you'll want
to disable the init script by running:

  update-rc.d opensips remove

so that OpenSIPS will not be launched at system startup. You still need
to set RUN_OPENSIPS to "yes" if you want to use the /etc/init.d/opensips init
script.

Set the DUMP_CORE parameter in /etc/default/opensips to "yes" if you want to
get a core dump in case OpenSIPS crashes. The debug symbols for OpenSIPS are
provided by the opensips-dbg package.

-- Julien BLACHE <jblache@debian.org>, Fri, 08 Sep 2006 14:43:21 +0200