Hello,
        Thanks for the response. Let me clarify, I will make 5 calls (say.)
in a line and if I'm not wrong, each will have a separate
CpPhoneMediaInterface attached. Now the first (foreground callgraph) call
will acquire mic./spk. and for others they will be disabled (defocused
etc.). I want to tap the PCM stream (after decoding while receiving/before
encoding while sending RTP packets) for other background callgraphs.

Thanks
DB

-----Original Message-----
From: Jaroslav Libák [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 09, 2007 2:46 PM
To: [EMAIL PROTECTED]; [email protected]
Subject: Re: [sipxtapi-dev] Am i posting to the right list ??

I don't understand what you are trying to achieve. Sipxtapi can handle
multiple calls on the same line without modifications. Sipxtapi lines are
not x-lite lines, they are real phone lines which can have multiple calls on
them (x-lite line can have only 1 call, and isn't really a line).
Each call has its own flowgraph and media connection connected via a bridge.
Conference with multiple calls has single flowgraph and multiple media
connections also connected via a bridge. There is no need to touch that code
unless you need very special behaviour.

I don't have a "softphone patch", it's a whole new GPL application using
sipxtapi that has nothing in common with sipxezphone (it also requires my
private patches to sipxtapi which aren't in the sipxtapi branch, those would
be made public somewhere too). 

I haven't made the sources public as the source code + resources take maybe
10MB when compressed, it's easiest to make it available to public using svn.
I'm currently using a private svn that I don't want to make public. As soon
as sipfoundry agrees to creating a new project for it it will be available
from svn.

Jaroslav Libak

>Hello,
>       How to create multiple background flowgraphs (added to MpMediaTask
>manager, mpFocus->loseFocus() etc.) so that it is possible to handle
>multiple calls's audio stream (in a single Line perhaps) simulatenously?
>
>Is it too intensive to do this in sipxtapi without Jaro's softphone patch?
>Jaro>
>
>Thanks
>DB


_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to