VoiceGuide IVR Software Main Page
Jump to content

Understanding Column Info In System Log Files

Recommended Posts

Hello,

How would like extract info from VgEngine and ktTel trace file (using grep).

 

VgEngine trace file is arranged in 6 columns

 

ktTel 5 trace file is arranged in 5 columns

 

 

What kind of Information is stored in each column?

in VgEngine and ktTel trace files?

 

Thank you

 

Meir

 

 

 

 

 

Share this post


Link to post

Line from vgEngine:

151613.015  6   3   2 state [Start Call] Playing wav (startup.wav)

columns:

1: timestamp

2: internal VoiceGuide process ID

3: Line ID of device associated with message

4: Port number

5: Tag. eg: state, timer, etc.

6. Message itself

 

 

Line from ktTel:

635 095441.386  4528  24 ev    TDX_PLAY (Play Completed)

columns:

1: rolling counter

2: timestamp

3: internal VoiceGuide process ID

4: Line ID of device associated with message

5: Tag. eg: ev, fn, etc.

6. Message itself

 

Older versions of ktTel do not have the rolling counter.

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
×