<?xml version="1.0" encoding="UTF-8"?>
<callxml version="3.0">
	<wait value="2s"/>
	<do value="helloworld">
		<prompt/>
		<say/>
		<log/>
		<say>we are now done with our humble application</say>
		<log value="*** APPLICATION EXITING ***"/>
	</do>
	<wait value="2s"/>
</callxml>