<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Times New Roman, Times, serif">Causes me to wonder a couple
of things.<br>
Why does ANYONE use Outhouse or Outhouse Express? There are many much
more friendly Windows E-mail clients, from Mozilla on down<br>
<br>
Don't know nor care about Linux E-mail. For me Linux is a means to an
end , not a religion.<br>
<br>
Even more of a question, why doesn't&nbsp; mailman convert everything to
plain text?<br>
It seems to be an option that the list owner/operator could easily turn
on and give list members ONE less thing to carp about.<br>
<br>
John Novack<br>
<br>
</font><br>
Rich Adamson wrote:<br>
<blockquote cite="midChameleon.1114607216.adar0@vegas" type="cite">
  <pre wrap="">Just as a reminder for those using Outlook, a large percentage of us
that receive "html" postings to the list simply delete them. If you
want to see responses from a larger group, stop the html stuff.

------------------------
  From: Wiley Siler <a class="moz-txt-link-rfc2396E" href="mailto:wsiler@education2020.com">&lt;wsiler@education2020.com&gt;</a>
  Subject: RE: [Asterisk-Users] Checking for a sound file
  Date: Tue, 26 Apr 2005 12:43:22 -0700 
  To: Asterisk Users Mailing List - Non-Commercial Discussion <a class="moz-txt-link-rfc2396E" href="mailto:asterisk-users@lists.digium.com">&lt;asterisk-users@lists.digium.com&gt;</a>


  </pre>
  <blockquote type="cite">
    <pre wrap="">Look at this code....
 
;
 ; IVR RECORDER
 ;
; Record voice file to /tmp directory
exten =&gt; 205,1,Wait(2) ; Call 205 to Record new Sound Files
exten =&gt; 205,2,Record(/tmp/asterisk-recording:gsm)
exten =&gt; 205,3,Wait(2)
exten =&gt; 205,4,Playback(/tmp/asterisk-recording)
exten =&gt; 205,5,wait(2)
exten =&gt; 205,6,Hangup
 
Now if I call in on my * and dial 205 I can record a message to the path described above....
 
As long as your IVR settings are playing that same file to them, you should be fine....
 
I would of course customize the file names and possible the locations...
 
Cheers,
Wiley
 
 
 

-------------------------------------------------------------------------------------------------------------

From: <a class="moz-txt-link-abbreviated" href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a> [<a class="moz-txt-link-freetext" href="mailto:asterisk-users-bounces@lists.digium.com">mailto:asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Marc
Sent: Tuesday, April 26, 2005 11:02 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>
Subject: [Asterisk-Users] Checking for a sound file

Hi,
 
At this moment I'm configuring my first asterisk pbx, and am running into the following "problem": I would like to create a phonenumber for my
customers, which they can call to hear if there are any problems with the servers. In case of a problem, I would like to be able to call that
number, authenticate myself and record a new message. From that moment that message must be played when customers call. When the
problem is solved, I would like to call the same number again, authenticate, and remove that message, so the original message is again played to
customers that call.
 
I've read the wiki pages, but I'm not able to create this configuration. Can somebody please give me some tips how to do this?
 
Regards,
Marc
    </pre>
  </blockquote>
  <pre wrap=""><!---->---------------End of Original Message-----------------


_______________________________________________
Asterisk-Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a>
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>




  </pre>
</blockquote>
</body>
</html>