Re: [OpenSIPStack] creating multiple UAs
Brought to you by:
joegenbaclor
From: Joegen E. B. <joe...@gm...> - 2008-02-19 11:45:25
|
Hikmet Cengiz wrote: > Hi everyone, > > For a load test project I am in need of creating multiple softphone > instances in my application. (using either atlsiplib.dll or axatlsiplib.dll) > I think opensipstack is not designed to be used this way, (i.e. regardless > of how many instances are created, all are the same objects; hence singleton > pattern) > > 1) What needs to be done to enable instantiating many of these UA's all of > which can have different accountIDs, registrars etc and all can register, > place calls or accept calls independent of each other? > OpenSBC SIP Trunking feature does exactly this. > 2) Will this cause any conflicts using the system resources? > Why don't you run both your softphone and OpenSBC in the same PC. Configure opensbc SIP Trunk to send a number of registration for multiple UA. You can then map these accounts to your ATLSIP softphone instance. With little imagination, you can even combine OpenSBC and ATLSIP and function as one application. > Many thanks in advance! > Any ideas- suggestions for load test in OSS are welcomed. > > Hikmet Cengiz > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |