Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Hello I need help when I tried to do audio-prompt load 0.wav I get that:Reload of 0.wav status failed
audio-prompt 0.wav not loaded - open (or format) failure
 
 
Buti have another gateway vxml and this audio work ok.
 
Another thing how can I to do a purge of audio in cache?
 
 
Thanks.
 
 

RE: vxml problem
Answer
10/1/11 1:20 AM as a reply to Santiago Salvador Figueroa.
Hello I need help when I tried to do audio-prompt load 0.wav I get that:Reload of 0.wav status failed
audio-prompt 0.wav not loaded - open (or format) failure
 
 
Buti have another gateway vxml and this audio work ok.
 
Another thing how can I to do a purge of audio in cache?
 
 
Thanks.
 
 

 
You can use the command: set http client cache stale           to force a conditional-get on all files in the cache the next time they are called in your application.  If the file has changed on the media server, this should cause the gateway to reload the new file.
 
 
-Ryan