<div dir="ltr">On Tue, Apr 16, 2013 at 8:03 AM, Adam Raszynski <span dir="ltr">&lt;<a href="mailto:netcentrica@gmail.com" target="_blank">netcentrica@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
<div>&lt;action application=&quot;set&quot; data=&quot;transfer_ringback=myfile.wav&quot;/&gt;</div></div></blockquote><div><br></div><div style>You could take a hint from the music-on-hold in the default configuration and put your audio in a local stream. I&#39;m not sure of the &quot;correct&quot; way to do it, but you could add a section in the autoload_configs/local_stream.conf.xml file like this:</div>
<div style><br></div><div style>&lt;directory name=&quot;myaudio&quot; path=&quot;$${sounds_dir}/myaudio&quot;&gt;</div><div style><div>    &lt;param name=&quot;channels&quot; value=&quot;1&quot;/&gt;</div></div><div style>
&lt;/directory&gt;</div><div style><br></div><div style>Then you could use in your dialplan:</div><div style><br></div><div style><span style="font-family:arial,sans-serif;font-size:13px">&lt;action application=&quot;set&quot; data=&quot;transfer_ringback=</span><span style="font-family:arial,sans-serif;font-size:13px">local_stream://myaudio&quot;/&gt;</span><br>
</div><div style><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div style><span style="font-family:arial,sans-serif;font-size:13px">Disclaimer: This is just a guess at this point. Someone will correct me if I&#39;m wrong.</span></div>
<div style><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div style><span style="font-family:arial,sans-serif;font-size:13px">-- </span></div><div style><span style="font-family:arial,sans-serif;font-size:13px">Steve</span></div>
</div></div></div>