Alexey Trizno wrote: >>> Ok. If I call sipxCallConnect with bTakeFocus = false, how I can set focus >>> to this (or another) call manually? >>> >>> >> By calling sipxCallUnhold with bTakeFocus = true. >> > > I can't find bTakeFocus parameter in sipxCallUnhold function, only hCall. > >
I forgot that parameter only exists in my patched version. Just call sipxCallUnhold and it will take a call that is not in conference into focus. >>> And new question: can I create more than one instance (sipxInitialize) in >>> one application? >>> >> I haven't attempted it, other people are more qualified to answer this, >> but give it a try and let us know the result. >> > > I tried... sipxInitialize successful for new instance, but line registration > (on new instance) failed with timeout. > > Maybe I can make more calls on one instance, with conferencing on call-pairs? > Like this: > > conf1(call1+call2), conf2(call3+call4), conf3(call5+call6), call7, call8... > where call7 and call8 - simple outgoing calls > > ? > > I needed up to 50 simultaneous conferences (with two calls) on one > instance/line. Can sipXtapi do this for me? > > p.s. application - outbound dialer for call-center. First call to respondent, > second call to agent. > > Sure you can do this. I have a softphone that allows me to do what you are describing using sipxtapi (using single sipxtapi instance) and can do call recording as well. I'm planning to release it under GPL license. If you want 50 conferences, then I think some constants and defines might need to be increased, but then you should be fine. Also if you want outbound calls only, then there is no need to register line (or lines) with sip proxy (if you are using one). In my phone you can do this too. Btw did you try registering 2 lines with different URIs on 2 sipxtapi instances? Jaroslav Libak _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
