[Freeswitch-dev] portaudio and fifo

Michael Collins msc at freeswitch.org
Fri Sep 11 08:17:34 PDT 2009


On Fri, Sep 11, 2009 at 7:09 AM, vip killa <vipkilla at gmail.com> wrote:

> is there anyway to originate a call from portaudio to fifo?
>

You can originate a call from PA to anything. Is your FIFO defined in the
dialplan? If so, just call that extension:
pa call xxxx

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 "myqueue":
pa call 'fifo:myqueue in /tmp/exit-message.wav /tmp/music-on-hold.wav'
inline

Remember, portaudio is essentially just a telephone that you control at the
command line. Look at "pa help" for a list of handy things you can do with
it.

-MC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20090911/57bf9bcc/attachment.html 


More information about the FreeSWITCH-dev mailing list