cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
734
Views
0
Helpful
1
Replies

Tool to remove irrelevant sip messages from debug

Tom Ribbens
Level 1
Level 1

Hi,

I have a trace file of a ccsip messages debug. Since this is taken on production, a lot of call that don't interest me are included. I want te easily filter out only one specific call-id, and save this file again. Anybody know a tool which does this?

Thanks!

1 Reply 1

will.alvord
Level 5
Level 5

The VLT (voice log translator) RTMT plugin might make it easier to sift through the logs.  At one point at least there was a standalone version too, but I honestly have all but forgotten about it so it's been awhile.  I typically use notepad++ which can search through multiple open files opening a new pane at the bottom of the window with all of the matches broken out by file.  So as long as the text to be searched has the search string, you can then copy the text from the match window.  Alternatively, if you're handy with regular expressions (I am not), you can also search/replace using regex's.  Here's a primer I ran into the other day:

http://markantoniou.blogspot.com/2008/06/notepad-how-to-use-regular-expressions.html