Hello,
wondering if anyone is using fork=no -- some old docs suggest it is
suitable for debugging, but actually kamailio doesn't work properly in
this mode, leading to more troubles than benefits (e.g., having reports
of invalid issues, like tcp not working in this mode).
In first phase I would disable setting this value, with a warning if set
to no, because most of the configs out there have fork=yes. Removing it
could be considered in the future.
Note that this fork=no is different than don't daemonize controlled with
-D, which will stay being useful for some init.d systems.
Comments or other suggestions?
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Book: SIP Routing With Kamailio - http://www.asipto.comhttp://miconda.eu
Module: kamailio
Branch: master
Commit: 1d28d1fd5485895cd8d7895a3ab410814d57b6bb
URL: https://github.com/kamailio/kamailio/commit/1d28d1fd5485895cd8d7895a3ab4108…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2016-01-21T08:44:49+01:00
curl Small TODO update based on e-mail to sr-dev
---
Modified: modules/curl/TODO.txt
---
Diff: https://github.com/kamailio/kamailio/commit/1d28d1fd5485895cd8d7895a3ab4108…
Patch: https://github.com/kamailio/kamailio/commit/1d28d1fd5485895cd8d7895a3ab4108…
---
diff --git a/modules/curl/TODO.txt b/modules/curl/TODO.txt
index 2bb134f..1635b0c 100644
--- a/modules/curl/TODO.txt
+++ b/modules/curl/TODO.txt
@@ -48,6 +48,7 @@ The curl module - todo
- Async - event_route when done
+ (with and without suspending transaction)
Need background task process to run curl request
event_route[curl:connectioncomplete]
$curlcon == connection
Hi,
I am developing one system which is using baraccuda load balancer to
balance load between two kamailio server. Now issue is with distribution of
packet. I have two user A and B. Both are able to register on kamailio1 and
kamailio2 server respectively. But when i call user A to user B it failing
because both registered on different kamailio server. Can any one help me
to configure kamailio such that each user registered on kamailio2 can call
to kamialio1 and vice versa.
--
Thanks & Regards
Kaushik Parmar
Module: kamailio
Branch: master
Commit: 5a2c0437693cd2ee08290892d15c8b64a8003784
URL: https://github.com/kamailio/kamailio/commit/5a2c0437693cd2ee08290892d15c8b6…
Author: Stefan Mititelu <stefan.mititelu(a)1and1.ro>
Committer: Stefan Mititelu <stefan.mititelu(a)1and1.ro>
Date: 2016-01-15T14:10:48+02:00
debugger: Update doku
Document why debugger module should be loaded first in the module sequence.
---
Modified: modules/debugger/doc/debugger_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/5a2c0437693cd2ee08290892d15c8b6…
Patch: https://github.com/kamailio/kamailio/commit/5a2c0437693cd2ee08290892d15c8b6…
---
diff --git a/modules/debugger/doc/debugger_admin.xml b/modules/debugger/doc/debugger_admin.xml
index d0f3511..0c96632 100644
--- a/modules/debugger/doc/debugger_admin.xml
+++ b/modules/debugger/doc/debugger_admin.xml
@@ -57,6 +57,10 @@
</listitem>
</itemizedlist>
</para>
+ <para>
+ NOTE: Due to the debugger module child_init() function, one should load the module first in the module sequence in order to initialize _dbg_pid_list.
+ Otherwise, another module (i.e. p_usrloc) forking a process with rank != PROC_INIT will fail.
+ </para>
</section>
<section>
<title>External Libraries or Applications</title>