Re: [SR-Users] XLOG Problem

2015-05-21 Thread Edson - Lists
Hi, Nahum... Did You pay attention to this message line? 0(20266) DEBUG: [sr_module.c:499]: load_module(): load_module: module file not found It says that the module is not found... Are you sure that it is installed in the right place? What are the modules in "/usr/local/lib/kamailio/modu

Re: [SR-Users] XLOG Problem

2015-05-21 Thread Konrad Rozycki
Have You tried use: xlog("L_INFO","~ xlog - route\n"); instead of: xlog("L_ALERT","~ xlog - route\n"); cheers Konrad On 05/20/2015 02:48 PM, Nahum Nir wrote: Hi All, I am using Kamailio 4.0.3 and can't logs. .cfg: #!define WITH_DEBUG ##

Re: [SR-Users] XLOG Problem

2015-05-20 Thread Alex Balashov
Hello Nahum,When you say "nothing is logging", what exactly do you mean? Is your syslog server configured to route the LOCAL0 facility explicitly to a particular log file? Have you checked the generic log files th

[SR-Users] XLOG Problem

2015-05-20 Thread Nahum Nir
Hi All, I am using Kamailio 4.0.3 and can't logs. .cfg: #!define WITH_DEBUG ### LOG Levels: 3=DBG, 2=INFO, 1=NOTICE, 0=WARN, -1=ERR #!ifdef WITH_DEBUG debug=4 log_stderror=yes #!else debug=2 log_stderror=no #!endif memdbg=5 memlog=5 log_facility=LOG_LOCAL0 When the server starts there outputs a