meir Report post Posted 09/27/2013 08:10 PM 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
SupportTeam Report post Posted 09/27/2013 09:08 PM 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