<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On 28 Apr 2014, at 09:07, <<a href="mailto:betul.cerit@netgsm.com.tr">betul.cerit@netgsm.com.tr</a>> <<a href="mailto:betul.cerit@netgsm.com.tr">betul.cerit@netgsm.com.tr</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<div dir="ltr">
<div dir="ltr">
<div style="font-size: 12pt; font-family: Calibri;"><d iv=""></d></div><d style="font-size: 12pt; font-family: Calibri;" iv="">Hi to all,</d></div><d style="font-size: 12pt; font-family: Calibri;" iv="">
<div></div><d style="font-size: 12pt; font-family: Calibri;" iv="">I’m using “kamailio” command to see alerts,notices and warnings but it also 
starts a new kamailio process.Is there a way to see command line without 
starting a new kamailio process?
<div></div><d style="font-size: 12pt; font-family: Calibri;" iv="">I need something just like asterisk –rvvvvvvvvvvv in asterisk. <div></div><d style="font-size: 12pt; font-family: Calibri;" iv="">
<div></div></d></d></d></d></div></blockquote><br></div><div>Note that there is NO command line in Kamailio. You have kamcmd to run a few commands, but you will not get any logging. Kamailio logs everything to syslog, so depending on your syslog configuration it ends up in /var/log/messages or /var/log/syslog or somewhere else.</div><div><br></div><div>Running something like</div><div><br></div><div>tail -f /var/log/syslog |grep kamailio </div><div><br></div><div>can give you the logs flowing on a screen. You can also configure xlog and syslog to set up a separate kamailio log file.</div><div><br></div><div>/O</div><br></body></html>