For some reason I have to set the type to &#39;files&#39; if I set it to &#39;quietmp3&#39; I get nothing, even though the files are valid MP3 files that play on another asterisk system... does that mean I&#39;ve got something installed wrong?<br>
<br><div class="gmail_quote">2010/3/5 Håkon Nessjøen <span dir="ltr">&lt;<a href="mailto:haakon@avelia.no">haakon@avelia.no</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Fri, Mar 5, 2010 at 11:29 PM, Matt &lt;<a href="mailto:mhoppes@gmail.com">mhoppes@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; I&#39;m trying to setup my asterisk system for the least overhead as possible.<br>
&gt;<br>
&gt; My understanding (and experience with other systems) leads me to believe I can run any MOH using a certain class through a single &#39;player&#39; as opposed to starting an independent stream for each MOH instance.  However, try as I might, I can not get it to work.<br>

<br>
</div>If the MOH files have the same codec as the calls, I don&#39;t really<br>
think you need to think of this as resource demanding. Normal MOH from<br>
files only opens the files and reads a chunk of data, and if possible<br>
sends it directly to the client. This means that there is no advanced<br>
&quot;player&quot; in use. If your machine have reasonable amount of ram<br>
installed, the files also will automatically be cached in your ram by<br>
your operating system. So it&#39;s really just transactions of data chunks<br>
from your ram to a socket. Doesn&#39;t really matter if all channels read<br>
from the same place inside the file, or if they start from the<br>
beginning for each channel.<br>
<br>
If you used a single external program to convert for example a web<br>
radio to 8khz audio, then you would get all those calls retrieving<br>
data from the same place. But this would be much more prone to errors,<br>
and more resource demanding than pre-encoded audio files in a<br>
directory like you already do.<br>
<br>
Håkon<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>