On Fri, Sep 11, 2009 at 7:09 AM, vip killa <vipki...@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
_______________________________________________ FreeSWITCH-dev mailing list FreeSWITCH-dev@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org