You can deploy your VoiceXML documents onto any HTTP compliant Web server when you want to put them into production, but the speech browsers that request them and download their associated audio must know where to find them. To ensure this happens, the Web address (URI) of every VoiceXML document you want the speech browsers to access must be specified in the default.cff configuration file. To do this, you can use the dtjit configuration tool as described in Updating the configuration database or manually edit default.cff.
rtsp://[2002:914:fc12:195:0000:8a2e:0370:7334]/media/recognizerThis applies to all protocols.
file:///var/dirTalk/DTBE/samples/en_US/Weather.vxmlIn this case, as with Web servers, the VoiceXML document will reference associated resources (for example, audio files) using a path relative to the originating document.
MIME type is a unique identifier used when files are transferred across a MIME-based protocol such as HTTP. The VoiceXML browser supports the following MIME types:
File Type |
MIME type |
---|---|
VoiceXML documents |
|
audio files |
|
ABNF grammar files |
|
XML grammar files |
|
precompiled grammar files |
|
natural language understanding (NLU) |
|