VoiceGuide IVR Software Main Page
Jump to content

Extracting data from log file

Recommended Posts

I need hints how to extract needed data from log file.

 

When I try to find data in log file I can't identify one connection (in and out trays) to analyze or to send you to forum.

 

Have you any tool to extract single connection data?

Share this post


Link to post

In both the VgEngine and ktTel trace files there is columns that indicates the port id/number for which this log entry is made.

 

This is usually used to extract entries in log file related to particular port, and hence a particular call.

 

grep is one too that can be used to extract port specific trace entries.

 

See:

 

http://gnuwin32.sourceforge.net/packages/grep.htm

 

http://www.powergrep.com/grep.html

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×