Yes, thanks. I simply turn of cfgtrace by
modparam("debugger", "cfgtrace", 1)
in kamailio.cfg (source: http://www.kamailio.org/docs/modules/3.2.x/modules/debugger.html)
So this issue is resolved.
On Tue, Mar 18, 2014 at 12:58 PM, Camille Oudot camille.oudot@orange.comwrote:
Le Tue, 18 Mar 2014 11:48:30 +0100, Cock Ootec cockootec@gmail.com a écrit :
the errors in attached error.log appear.
Hi,
these are not real errors, it's the debugger module that shows step by step script instructions being executed. By default, the log level of this module is set to L_ERR. You can tweak it with the log_level parameter, or simply disable it with the cfgtrace parameter.
You enabled cfgtrace by #!defining WITH_DEBUG.
Cheers,
-- Camille