<?xml version="1.0" encoding="UTF-8"?><Response>
			<Start> 
		        <Stream url='wss://your-application.com/audiostream' /> 
		    </Start>
		 	<Dial>
                <Conference startConferenceOnEnter='true'
            endConferenceOnExit='true'  
            maxParticipants='2'>MyConference_pr</Conference>
            </Dial>
		 	<Gather action='handle_dtmf.php' timeout='20' method='POST' numDigits='1'>;
             <Say>Press 1 to give access</Say>
            </Gather>
	      </Response>		 	<!--  -->