awirtz
|
The values assigned to these properties should not be enclosed in single quotes like values assigned using the assign tag. (since this is a literal CDATA value, not a JavaScript expression)
Also note that when specifying a duration in seconds, the "s" is indeed part of the literal CDATA value.
Example:
<property name="incompletetimeout" value="4s"/>
|
safarishane
|
Is the W3C property for recording utterances during asr reco supported?
<property name="recordutterance" value="true"/>
http://www.w3.org/TR/voicexml21/#sec-reco_reco
Thanks,
Shane |
steve.sax
|
Hello Shane,
At present, this 2.1-specific property is not enabled on out VoiceXML platform, but we do have plans for enabling this on our Prophecy platform in the very near future.
However, you can achive the very same functionality at present by employing the <voxeo:recordcall> extension element. Check the 'elements' section in the left-hand navigation pane to learn more about this element, and it's usage.
Warm Regards,
~Steve Sax |
safarishane
|
Actually, I'm looking to only record the <nomatch> portions of a call. Please let me know when Prophesy is available in your hosted environment.
Thanks |
steve.sax
|
hello Sahne,
Prophecy is available in the hosted environment already, but we don't yet support the property that you mentioned. bear in mind that Prophecy is still a Beta offering, so we can expect changes and updates daily.
~Steve
|
beta
|
| Isn't it included with Prophecy 7 now? |
MattHenry
|
Hi there,
Getting shadow variable results in the context of a nomatch event is a feature that we have not yet deployed to either voice center offering. This particular feature will require some sizable engineering effort to complete, and while this feature is on our to-do list, we do not yet have a date of deployment finalized.
When this is enabled, we will be sure to post details in our release notes, available in the Prophecy forums.
~Matthew henry
|
esirkin
|
<property name="bargeintype" value="dtmf"/>
is not permitted according to the W3C spec. The spec says that only "hotword" and "speech" are to be used. The spec then goes on to say that using "speech" enables "dtmf", one should set
<property name="inputmodes" value="dtmf"/>
to restrict inputs to dtmf tones.
If this is something specific to Voxeo platform, then it is a nice feature but shouldn't it be documented as such?
eric
|
MattHenry
| 10/11/2006 11:27 AM (EDT) |
|
Hi Eric,
This is a case of documentation meant for our older VXML platform, (Nuance VWS 2.0), seeping into our docset for the Voicecenter 5.5/7.0 documentation. Note that this property setting has no effect on the contemporary platforms we offer; the setting will just be ignored.
All the same, I'll see about getting this corrected in the docs so that this doesn't confuse anyone.
~Matthew henry
|
fliptone
|
| above you say "Note that cache control is always handled best by server-defined settings". Where are these settings defined? |
VoxeoBrian
|
Hello,
What is meant by setting cache control on the server side is specific to the web server you are using locally to server up content.
Here is an excellent link that outlines setting HTTP cache control headers, as well you should be able to find documentation specific to your server program, ie, Apache, IIS, etc.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
Hope this helps!
Regards
Brian |