<?xml version="1.0" encoding="UTF-8"?>
<ccxml xmlns="http://www.w3.org/2002/09/ccxml" version="1.0">
	<var name="currentstate" expr="'destroying'" />
	<var name="conf_id" expr="'0a4602@host1.com'" />
	<var name="in_connectionid" expr="'ff0d01@host2.com'" />
	<!-- above values are the values submitted to teardown.asp-->

	<eventprocessor statevariable="currentstate">
		<transition event="ccxml.loaded">
			<exit />
			<!-- just exit and destroy the session -->
		</transition>
	</eventprocessor>
</ccxml>
