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?
I need something just like asterisk –rvvvvvvvvvvv in asterisk.
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.
Running something like
tail -f /var/log/syslog |grep kamailio
can give you the logs flowing on a screen. You can also configure xlog and syslog to set up a separate kamailio log file.
/O