<?xml version="1.0" encoding="UTF-8"?>
<Response>
  <Say voice="Polly.Joanna">
    Thanks for calling Total Roofing. We are with another customer right now.
    Please leave your name, number, and a brief message after the beep,
    and we will call you right back.
  </Say>
  <Record
    maxLength="180"
    playBeep="true"
    timeout="5"
    finishOnKey="#"
    transcribe="true"
  />
  <Say voice="Polly.Joanna">
    Thanks. We received your message and will return your call within one hour.
    Goodbye.
  </Say>
  <Hangup/>
</Response>
