Hi,
Thanks a lot for your suggestions. The problem persists though.
I am using Voxeo with VWS 1.3 for testing this application. It has been written using VFC's only.(the Builder was not used at all)
I found from the Voxeo logs that when ever I use the time.getVAudio() method (where time is a VTimeNumber object) the filenames meant for the numbers are accessed with out their extensions.
For e.g if I want to play the time "12.30 PM" to the user, the files are accessed as follows
http://IP-Address:8080/soundFiles/12http://IP-Address:8080/soundFiles/30http://IP-Address:8080/soundFiles/PMEven though the application is able to locate the soundfiles, it does not apply the extension "WAV" to their filenames.
So, instead of finding 12.WAV, the application loads the file name as 12 only. Since there is no file named 12 (there is a 12.WAV instead), Audium plays the TTS versions of 12, 30 and PM.
How ever Audium is able to load other prompts from the same location with the WAV extension. So, i dont have a problem playing files that are prompt menus/questions etc.
When I use the getVAudio() function for playing the time, all I get is TTS.
Hope this explains the problem better.
Thanks,
Nagarajan