2009/3/24 Noga Yehudai <nogab at juniper.net> > Hi Benny, > > Thanks for your help here. > > You asked: > > Have you increased PJSUA_MAX_CALLS? > [Noga] If you mean the parameter under pjsua.h file ? then yes. > > Do you have any idea how to overcome this problem or at least where to find > the source of this error? > > Well you have the source code, right? ;-) Anyway, this is because the ioqueue is running out of handles. You can enlarge it by declaring this in your config_site.h: # define PJ_IOQUEUE_MAX_HANDLES 128 > > Another question: > > Is there another way to run performance or load tests using both pjsip and > pjmedia in a way that it will be possible to define the CAPS? > > We don't have call-gaping feature so that has to be implemented by the app. Otherwise use SIPp for the caller and run pjsip as callee. cheers Benny > > > > > Thanks! > > Noga > ------------------------------ > > *From:* pjsip-bounces at lists.pjsip.org [mailto: > pjsip-bounces at lists.pjsip.org] *On Behalf Of *Benny Prijono > *Sent:* Thursday, March 19, 2009 3:15 PM > *To:* pjsip list > *Subject:* Re: [pjsip] Pjsua with more than 32 calls > > > > 2009/3/18 Noga Yehudai <nogab at juniper.net> > > Hi, > > I was trying to configure Pjsua to run above 32 simultaneous calls by > changing pjsua.h parameter to 200 and re-build it. > > While trying to run above 32 calls the application failed with the error: > > pjsua_media.c Unable to create media transport: Too many objects of the > specified type (PJ_ETOOMANY) [status=70010] > > > > I have 3 questions: > > 1. How should I fix this? > > > Have you increased PJSUA_MAX_CALLS? > > > 2. How many CC calls are possible by using Pjsua? > > > The conference bridge as a 255 limit I think, or to be precise there is a > limit of 255 transmitters sending to the same listener. But you could be hit > by performance problem before reaching that value: > http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf > > > 3. Can I define the "calls per second" somehow? I tried using 32 call > with duration of 5 sec but all of the 32 calls initiated immediately. > > > > There's no such setting unfortunately. > > cheers > Benny > > > > > > > Thanks, > > Noga > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090325/0de3a460/attachment-0001.html>