4e016d6fd1
some more work still to do but most things should run ok, and it's easier to handle that in-tree. KAMAILIO (OpenSER) is a mature and flexible open source SIP server (RFC3261). It can be used on systems with limitted resources as well as on carrier grade servers, scaling to up to thousands call setups per second. It is written in pure C for Unix/Linux-like systems with architecture specific optimizations to offer high performances. It is customizable, being able to feature as fast load balancer; SIP server flavours: registrar, location server, proxy server, redirect server; gateway to SMS/XMPP; or advanced VoIP application server.
14 lines
354 B
Plaintext
14 lines
354 B
Plaintext
$OpenBSD: patch-etc_kamailio_cfg,v 1.1.1.1 2009/06/04 13:44:09 sthen Exp $
|
|
--- etc/kamailio.cfg.orig Wed Apr 29 14:58:51 2009
|
|
+++ etc/kamailio.cfg Wed May 13 12:31:58 2009
|
|
@@ -63,6 +63,9 @@ log_facility=LOG_LOCAL0
|
|
fork=yes
|
|
children=4
|
|
|
|
+user="_kamailio"
|
|
+group="_kamailio"
|
|
+
|
|
/* uncomment the following lines to enable debugging */
|
|
#debug=6
|
|
#fork=no
|