datamaxstale
datamaxstale
Example
<?xml version="1.0"?>
<vxml version="2.0">
<property name="datamaxage" value="150s"/>
<property name="datamaxstale" value="25s"/>
<form>
<data name="domstuff" src="datatag.xml"/>
<block>
Hello <value expr="domstuff.documentElement.firstChild.toString()"/>.
</block>
</form>
</vxml><?xml version="1.0"?>
<tagname>
World
</tagname>Explanation
Notes
Last updated