How can I increase the maximum buddy limit of pjsua application? I want to support 200 friends.. ? ? 1 more thing, do I need to include the Thirdparty to enable the voice call transmission(SIP Call)? ? --- On Tue, 9/9/08, Benny Prijono <bennylp at pjsip.org> wrote: From: Benny Prijono <bennylp@xxxxxxxxx> Subject: Re: [Re:]Buddy Limit To: "pjsip list" <pjsip at lists.pjsip.org> Date: Tuesday, September 9, 2008, 8:56 AM On Tue, Sep 9, 2008 at 1:38 AM, Joseph Maiquez <josephmaiquez at yahoo.com> wrote: Hi Benny, if the maximum default buddy limit is 256, why do you used ??? pjsua_buddy_id ids[64]; ??? unsigned count = PJ_ARRAY_SIZE(ids); its unsafe right? if the buddy exceeds 64? can we make it 256 to make it safer? It's safe. If the number of buddies exceeds 64, then only 64 is returned. But I think there is a misunderstanding here. The 64 number is the limit of pjsua *application*, and not PJSUA-LIB. I don't think it's really useful to have more buddies in pjsua *application* than this. On PJSUA-LIB, the default limit is 256, which as I said can be overridden. ?-benny _______________________________________________ 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/20080909/17de5045/attachment.html