Author Message
tomfelice
Joined: Feb 19, 2014
Messages: 75
Offline
I want to use a file CAV for wav files to be spoken in an OD app.

Is there a way to check if the file exists before attempting to speak it?


Also, when file is entered via the EPM CAV screen, where is the file actually stored and retrieved from?

Thanks
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
There is no way to do that. The audio files are stored on MPP.
MatthewKopcienski
Joined: Nov 14, 2013
Messages: 95
Offline
Why couldn't you do a prefetch of the URL to see if you get a 404?
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Because the URL is not exposed to the app. It all happens on MPP.
MatthewKopcienski
Joined: Nov 14, 2013
Messages: 95
Offline
What do you mean it’s not available? It shows as $AVAYA_MPP_PROMPTS/MDp0ZmVsaWNl/CAVgreeting.wav in OD. I plan on passing this to OD modules as a string and play it from the sub module.
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
This is not a URL which you can use in some Java on the app server side to pre-check the existing of the file.
Go to:   
Mobile view