I&#39;m trying to setup my asterisk system for the least overhead as possible.<br><br>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>When I throw two calls into a queue, they are both on different seconds of a song, or on different songs.  Here is my MOH config:<br><br>[general]<br>cachertclasses=yes<br>[Test]<br>mode=files<br>directory=/var/lib/asterisk/moh/Test/<br>
[default]<br>mode=files<br>directory=/var/lib/asterisk/moh/<br><br>Any thoughts on what I might be doing wrong?<br>