| CCXML 1.0-W3C Development Guide | Home | Frameset Home |
|
<dialogstart> element:
<dialogstart src="'MyFile.wav'" type="'audio/wav'"/>
<dialogstart type>. Let's take a look at the following snippet to see how this might play out:
...
<dialogstart src="'http://MyServer.com/MyFile.wav?termdigits=#'"
type="'application/x-fetchdigits'" name="SomeName"/>
...
<dialogstart> element. Targets can be any .wav or .vox sound file on HTTP or FTP servers, and we can pass along a number of URL parameters to fine-tune the recording session. Taking a look at the following snippet will give us an indication of how this might look in action:
...
<dialogstart src="'ftp://Myserver.com/MyAudioFile.wav?termdigits=1'"
type="'application/x-recordaudio'" name="SomeName"/>" ...
| ANNOTATIONS: EXISTING POSTS |
| login |
|