In this case, do I have to register all lines to the same SIP proxy server?
Can I also do one SIPX_INST with one SIPX_LINE and 8 simultaneous calls on one line instance? Thanks, Thomas -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Alexander Chemeris Gesendet: Mittwoch, 20. Februar 2008 15:31 An: Hartmut Neumann Cc: [email protected] Betreff: Re: [sipxtapi-dev] Simultaneous calls On 2/19/08, Hartmut Neumann <[EMAIL PROTECTED]> wrote: > I want to develop a sipXtapi application which supports 8 simultaneous calls. > > What is the best way to this? > > a) Initialize one SIPX_INST handle (sipXInitailize), add 8 lines to > this instance and create up to 8 calls to this instance. If I have 8 > simultaneous calls active will the audio of the remote subscribers be bridged > in my audio output device? This is a correct way. Only audio from active call will be sent to your speakers, and sound from your mic will be sent to active call only too. If you want to setup conference call, there are special functions for that. :) -- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/ _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
