> > Is it true that only one call can be active per line at any one time? > >
> <Amith> > I think it is true. > </Amith> No you can have several active calls per line. You can also create virtual lines, as the call manager doesn't really care about lines. However SipxTapi does, and you have to make slight changes to sipxCallCreate() if you really want virtual lines. stipus ----- Original Message ----- From: "Amith Nambiar" <[EMAIL PROTECTED]> To: "David Sargrad" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Tuesday, August 07, 2007 5:49 PM Subject: Re: [sipxtapi-dev] Call Line David, Please find my comments below. -Amith On 8/7/07, David Sargrad <[EMAIL PROTECTED]> wrote: > > I'm trying to understand how to use the concept of a line within > sipxtapi. I have been able to successfully make and receive calls on a > single line. I'm assuming that the concept of a line is similar to the > concept of lines within a standard telephone system. > > Under what circumstances would you recommend that I create new lines? > <Amith> I think you should use it if you would want to be logged in from the same user agent using 2 identities like say sip:[EMAIL PROTECTED] and sip:[EMAIL PROTECTED] You need 2 lines here. </Amith> Do I need an added microphone and speakers to support a second line, or can > i easily switch from one line to another? > <Amith> You do not need additional microphone. </Amith> Is it true that only one call can be active per line at any one time? > <Amith> I think it is true. </Amith> Any guidelines relative to correct use of calls/lines would be appreciated. > <Amith> If you are planning to implement multiple (virtual) lines, i would suggest you use just one Line object and many SIPX_CALL objects representing each line </Amith> Best, Amith Thanks in advance. > > ------------------------------ > Find a local pizza place, movie theater, and moreā¦.then map the best > route! Find it!<http://maps.live.com/default.aspx?v=2&ss=yp.bars%7Eyp.pizza%7Eyp.movie%2 0theater&cp=42.358996%7E-71.056691&style=r&lvl=13&tilt=-90&dir=0&alt=-1000&s cene=950607&encType=1&FORM=MGAC01> > > _______________________________________________ > 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/ _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
