<div>Thank you all for your suggestions!</div>
<div> </div>
<div>I mostly used a combination of all your input to come up with a solution along with some script examples from Kyle K0KN.</div>
<div> </div>
<div>Thank you!</div>
<div> </div>
<div>73 de K0JSC<br><br></div>
<div class="gmail_quote">On Sun, Nov 18, 2012 at 8:26 AM, Robert Poff <span dir="ltr"><<a href="mailto:wb3awj@comcast.net" target="_blank">wb3awj@comcast.net</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote"><u></u>
<div>How about calling an external script that just writes over the sound files?<br><br>I keep a ulaw file which contains 250ms of silence on each repeater for that purpose. For example, my weather script creates ulaw files that are used as squelch tail files. If there aren't any weather events, the script copies the silence files to the tail files. When there's an event, it uses Cepstral to create the tail file. That way the tail files still play but no one notices it.<br>
<br>You could have your external script copy the effects files somewhere. Copy the silence file into each of their places. Then when you return from the net, copy the originals back into place.<br>Like this :<br>On start : cp foo.ul ./Archive/foo.ul<br>
                  cp bar.ul ./Archive/bar.ul   <br>                  cp silence.ul foo.ul<br>                  cp silence.ul bar.ul<br><br>On return cp ./Archive/foo.ul foo.ul<br>                  cp ./Archive/bar.ul bar.ul<br>
<br>You get the idea.<br><br>
<table cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>-- <br><i>Robert A. Poff</i><br><i>Loganville, PA</i><br><br><b><i><a href="http://wb3awj.hobby-site.org/loon.htm" target="_blank">S/V Loon</a></i></b><br><i><font>1983 Hunter 34</font></i><br><i><font>Havre de Grace, MD.</font></i><br>
<br>WB3AWJ<i> - Allstar 27784</i><br><i>Powered by Linux</i> <br><br></td></tr></tbody></table>On Sat, 2012-11-17 at 19:51 -0700, Jeff Carrier wrote: 
<blockquote type="CITE">is there a way to switch the function stanza with a dtmf command?  Here's my issue.  I have some prerecorded audio clips that can be called via dtmf commands.  They're goofy things like canned laughs and applause clips.  I use the "playback" versus the "localplay" so the files will play on my 4 nodes that are permanently connected.  </blockquote>

<blockquote type="CITE">  </blockquote>
<blockquote type="CITE"><pre></pre></blockquote></div><br>_______________________________________________<br>App_rpt-users mailing list<br><a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
<br></blockquote></div><br>