<?xml version='1.0'?> 

<!-- ************************************************************************************ -->
<!-- This is a special grammar used to switch decode modes to Call Progress Analysis 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 Call Progress Analysis                  -->
	<!-- ******************************************************************************** -->
	<meta name="STREAM|DETECTION_MODE" content="CPA"/> 
	<meta name="CPA_PROMPT_END_DETECT" content="true"/>
	<meta name="CPA_PROMPT_END_TIMEOUT_MS" content="10000"/>

	<rule id="root" scope="public">
	    <one-of>
	        <item>PROMPT END<tag>out="PROMPT END"</tag>
	        </item>
	    </one-of>
	</rule> 
</grammar>