<br><br><div class="gmail_quote">On Fri, Sep 11, 2009 at 7:09 AM, vip killa <span dir="ltr">&lt;<a href="mailto:vipkilla@gmail.com">vipkilla@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
is there anyway to originate a call from portaudio to fifo?<br></blockquote><div><br>You can originate a call from PA to anything. Is your FIFO defined in the dialplan? If so, just call that extension:<br>pa call xxxx<br>
<br></div></div>If you are trying to do something ad hoc then you can use the inline dialplan. For example, this will put you into the queue named &quot;myqueue&quot;:<br>pa call &#39;fifo:myqueue in /tmp/exit-message.wav /tmp/music-on-hold.wav&#39; inline<br>
<br>Remember, portaudio is essentially just a telephone that you control at the command line. Look at &quot;pa help&quot; for a list of handy things you can do with it.<br><br>-MC<br>