<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 15/02/14 20:05, Jerry Geis wrote:
    <blockquote
cite="mid:CABr8-B6bez_HkYBihqmuo1uhsECuSBgVY7UWUmfYPEf5KboLnA@mail.gmail.com"
      type="cite">
      <div dir="ltr">I have a confbridge in asterisk 11.
        <div>I am using an AGI to bring people in the conf
          automatically.</div>
        <div><br>
        </div>
        <div>I want to speak a "pre-recorded" wave file message into the
          conf to all users.</div>
        <div><br>
        </div>
        <div>how might I do that?</div>
        <div><br>
        </div>
        <div>Thanks,</div>
        <div><br>
        </div>
        <div>Jerry</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    You could initiate a call which would connect one end to the
    conference and then the other would pay the message and then hang
    up. You could establish a call either via the asterisk manager
    interface or have the agi create a .call file in a temp directory
    and then move it across to where asterisk looks for it.<br>
  </body>
</html>