« Back to CVP - All Versions

Log audio filename played in the Activity Log

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
Is there a way to log the audio filename in the activity log for audio elements and for the XX_Option_Menus? By default, here is what is logged.
 
10.16.139.45.1344006033750.0.TEST_CVP,08/03/2012 11:00:33.954,Audio_01,enter,
10.16.139.45.1344006033750.0.TEST_CVP,08/03/2012 11:00:33.970,Audio_01,interaction,audio_group,initial_audio_group
10.16.139.45.1344006033750.0.TEST_CVP,08/03/2012 11:00:34.579,Audio_01,exit,done
10.16.139.45.1344006033750.0.TEST_CVP,08/03/2012 11:00:34.579,2_Option_Menu_01,enter,
10.16.139.45.1344006033750.0.TEST_CVP,08/03/2012 11:00:34.595,2_Option_Menu_01,interaction,audio_group,initial_audio_group
10.16.139.45.1344006033750.0.TEST_CVP,08/03/2012 11:01:09.406,2_Option_Menu_01,interaction,noinput,1
 
We'd like to see something like :
 
10.16.139.45.1344006033750.0.TEST_CVP,08/03/2012 11:00:33.954,Audio_01,enter,
10.16.139.45.1344006033750.0.TEST_CVP,08/03/2012 11:00:33.970,Audio_01,interaction,audio_group,initial_audio_group,Audio_01.wav
10.16.139.45.1344006033750.0.TEST_CVP,08/03/2012 11:00:34.579,Audio_01,exit,done
10.16.139.45.1344006033750.0.TEST_CVP,08/03/2012 11:00:34.579,2_Option_Menu_01,enter,
10.16.139.45.1344006033750.0.TEST_CVP,08/03/2012 11:00:34.595,2_Option_Menu_01,interaction,audio_group,initial_audio_group,2_Option_Menu_01.wav
10.16.139.45.1344006033750.0.TEST_CVP,08/03/2012 11:01:09.406,2_Option_Menu_01,interaction,noinput,1
 
Thanks in advance!
 
P.S. For now we use the com.audium.logger.application.debug.ApplicationDebugLogger to see all the VXML produced (thus seeing the .wav played among 30K of other data!), but it'd be better in the Activity log.

I don't know of a way to make the ActivityLogger add more details to the log file.
But I guess you could use the AddToLog feature on the element's General tab and add the definition of the audio groups there...
A bit of extra work off course...

Regards,
K

I agree, you'll just have to manually log the audio file names that you're going to play using the Add to Log box on the General tab of each element. And then if you change the audio file names, it'll be up to you to change the add to log info.

We were looking for an automated way such as modifying the ActivityLogConfig.xml file or extending an Audium class (com.audium.core.vfc.audio.VAudio?).
 
We have 1000's of messages in different languages and manually logging them will probably do more harm than good to help the testers debugging since it's error prone.
 
Thanks for your answers.

You could also name the audio groups the same as the names of the files that you are playing, or add it to the end.

In your example, you could rename "initial_audio_group" to "initial_audio_group (Audio_01.wav)"