<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On 27 Mar 2014, at 21:31, mark li <<a href="mailto:limark67@yahoo.com">limark67@yahoo.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="background-color: rgb(255, 255, 255); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; position: static; z-index: auto;">Olle<br>I've added some debug statements using the XLOG function like so: <br><br>xlog("L_INFO", "my custom message");<br><br>but none of my debug statements appear in syslog.  I don't get any errors either when I restart kamailio. <br>any suggestion? <br>I am loading the module in kamailio.cfg... I see a line that says "loadmodule xlog.so"<br>and i've also added a modparam for the log like so: <br><pre class="programlisting">modparam("xlog", "buf_size", 8192)<br></pre></div></blockquote></div><br><div>Start kamailio in the foreground with "-D 1 -E" and you'll see the log messages on your console if Kamailio runs. If you haven't got a listen address in the config, you might want to add a "-l <param>" to force kamailio to listen to the right IP address (replace <param> with a listen address, run "kamailio -h" for docs).</div><div><br></div><div>/O</div></body></html>