audiomaxage
audiomaxage
Example
<?xml version="1.0"?>
<vxml version="2.0">
<property name="audiomaxage" value="150s"/>
<property name="audiomaxstale" value="25s"/>
<form>
<block>
<prompt>
I'm going to play an audio file.
</prompt>
<!-- If the wave file at the location specified by the -->
<!-- "src" attribute can not be retrieved, the text within -->
<!-- the "audio" tag will be read by the TTS engine. -->
<audio src="http://nonexistent.domain.com/test.wav">
Oops, the audio file could not be retrieved!
</audio>
</block>
</form>
</vxml>Explanation
Notes
Last updated