>Hi, > >I just recently started looking into using SIP for a dictation application I'm >developing. It should allow users to call a single number, >and I would like >to be able to allow more than one user to call at the same time. The upper >limit should of course be as high as >possible!, but a few (around 16 perhaps) >would suffice to begin with. What are my options here? Should I create X many >lines, each in >a separate thread, and then forward calls to the main number >to the next available line? Or do I need to run many instances of the >>program simultaneously? Is this perhaps not possible using SIP? Any input >would be most welcome, since this is still quite new to >me.
Do you want to dial from the same number or from many different numbers? If you need from just one, then 1 line will suffice. You can make multiple calls on the same line. Line URLs passed to sipxLineAdd have to be unique. Jaro _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
