sngrep
sngrep copied to clipboard
Same Idx for calls with different call-id
Hello guys,
I'm making tests on a sip server and i noticed sngrep assigns the same index to multiple calls, even though the calls have different call-ids.... Is there a reason for this?

Thanks!
Hi @davidcsi
Default column width for index is 4, so it fails while displaying more than 10000 calls. You can increase the column width by adding this setting in your ~/.sngreprc file
set cl.colum0.width 5
Check the wiki for more info
Thanks for reporting!
Hi @davidcsi
Was the column width the problem of repeated index being displayed?
Regards!