<div dir="ltr"><div dir="ltr">On Tue, Jan 5, 2021 at 6:02 AM Fourhundred Thecat <<a href="mailto:400thecat@gmx.ch">400thecat@gmx.ch</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
how can I separate individual calls in my asterisk log?<br>
<br>
I noticed that a call always starts with following line:<br>
<br>
     VERBOSE[C-0000000c]: Using SIP RTP CoS mark 5<br>
<br>
How reliable is this as a "separator"? It seems it appears twice during<br>
every call.<br>
<br>
And, what does this line mean anyway?<br>
<br>
Can I specify some custom line, that I can then use a s call separator?<br>
<br>
any other suggestions ?<br></blockquote><div><br></div><div>Log messages are interlaced between calls, there is no separation. If you want to look at lines specifically for a call then the "C-0000000c" is a call identifier[1] that can be used to isolate lines specifically relating to the call. As for what it means, CoS refers to class of service[2] for networking. The log message means that for a SIP call using RTP it is using a CoS mark of 5. Since media is set up very early for a call, log messages relating to that kind of stuff tend to appear early.</div></div><div><br></div>[1] <a href="https://wiki.asterisk.org/wiki/display/AST/Call+Identifier+Logging">https://wiki.asterisk.org/wiki/display/AST/Call+Identifier+Logging</a><br clear="all"><div>[2] <a href="https://en.wikipedia.org/wiki/Class_of_service">https://en.wikipedia.org/wiki/Class_of_service</a></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-family:tahoma,sans-serif"><div><font color="#073763">Joshua C. Colp</font></div><div><font color="#073763">Asterisk Technical Lead</font></div><div><font color="#073763">Sangoma Technologies</font></div><div><font color="#073763">Check us out at <a href="http://www.sangoma.com/" target="_blank">www.sangoma.com</a> and <a href="http://www.asterisk.org/" target="_blank">www.asterisk.org</a></font></div></div></div></div></div></div></div></div></div></div></div></div>