<?xml version='1.0'?>

<!-- **************************************************************************************** -->
<!-- This is a special grammar used to switch decode modes to tone detection mode             -->
<!-- **************************************************************************************** -->

<grammar xml:lang="en-US" version="1.0" root="root" mode="voice"
         xmlns="http://www.w3.org/2001/06/grammar"
         tag-format="semantics/1.0.2006"> 

	<!-- ******************************************************************************** -->
	<!-- This value changes the detection mode to tone detection mode                     -->
	<!-- ******************************************************************************** -->
	<meta name="STREAM|DETECTION_MODE"      content="Tone"/>


	<!-- ******************************************************************************** -->
	<!-- Activate screening tone detection                                                -->
	<!-- ******************************************************************************** -->
	<meta name="SCREENING_CUSTOM_ENABLE"           content="true"/>
	
	<rule id="root" scope="public">
		<one-of>
			<item>SCREENING<tag>out="SCREENING"</tag></item>
			
		</one-of>
	</rule>
</grammar>
