Hello,

Reaching out for some assistance with debugging, I am not seeing any xlog messages in my log file. If there is any other info I didn’t include that would be helpful please let me know.

 

Any ideas are appreciated.

 

Using Kamailio 3.3.2 & Cent OS 6

 

Rsyslog.conf

--------------------

*.info;mail.none;authpriv.none;cron.none;local0.none    /var/log/messages

# Kamailio

local0.*                                                -/var/log/kamailio

 

 

Kamailio CFG

------------------------------

#!define WITH_DEBUG

 

#!ifdef WITH_DEBUG

debug=4

log_stderror=yes

#!else

debug=2

log_stderror=no

#!endif

 

log_facility=LOG_LOCAL0

 

loadmodule "xlog.so"

 

Example xlog- 

 

xlog("L_INFO", "No more gateways \n");

 

Thanks,

Dan-