<?xml version="1.0" encoding="UTF-8"?>
<Response>
  <Say>  
    Leave your name, company, and your phone number to best reach you.
  </Say>
  <Say>  
    Press the star key when finished.   
  </Say>  
  <Record   
    action="http://example.com/voice/voicemail/"
    method="GET"   
    maxLength="20"  
    finishOnKey="*"  
    />  
  <Say>
    Try again.  Press the star key when finished.
  </Say>  
  <Record  
    action="http://example.com/voice/voicemail/"
    method="GET"   
    maxLength="20"  
    finishOnKey="*"  
  />  
  <Redirect>
    http://example.com/voice/
  </Redirect>
</Response>

