On Wed, Apr 2, 2014 at 12:36 PM, mark li <limark67@yahoo.com> wrote:
Hi there.
I've noticed that no matter what i do with my test phone (call voicemail, call another extension etc) I get error messages like the following in my log file:

Apr  2 14:31:07 jl-raspberrypi /usr/sbin/kamailio[19400]: ERROR: *** cfgtrace: c=[/etc/kamailio/kamailio.cfg] l=553 a=26 n=xlog


You have the debugger module loaded.

http://kamailio.org/docs/modules/stable/modules/debugger.html

If you want to disable it, unset WITH_DEBUG or look for the following lines and comment them out.

loadmodule "debugger.so"
modparam("debugger", "cfgtrace", 1)

Corey