Why does my vxml application throw an error when I don't spe
Posted: Fri Aug 01, 2003 2:33 pm
Is it a requirement that the <audio> tag always be filled. For example, I have an application where I only want the audio to play if there is an audio file:
However, this is giving errors where "some_audio.ul" doesn't exist. The only wat I can get it not to error is to put in something for the TTS engine to speak when the audio file doesn't exist.
Code: Select all
<audio src="some_audio.ul">
</audio>