Unable to open more than 32 ports

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Oct 26, 2009 at 4:56 PM, Abdul Khadar <abdul.khadar at pyrogroup.com>wrote:

> Hi ,
>
> Can any body please help me in solving the problem for opening more than 32
> ports with pjsua application.
>
> I have defined 254 calls
>  */
> #ifndef PJSUA_MAX_CALLS
> #   define PJSUA_MAX_CALLS          254
> #endif
>
> Again compiled total source.
>
> When I try to run the application more than 32 calls with max-calls option.
> Application is not running,
>
> It is showing error as below
>
> *pjsua_media.c  Unable to create media transport : Too many objects of the
> specified type (PJ_ETOOMANY) [status=70010]*


Where are you defining PJSUA_MAX_CALLS?

I do this in my pjlib/include/pj/config_site.h :

#define PJSUA_MAX_ACC (20000)
#define PJ_IOQUEUE_MAX_HANDLES (1024)
#define PJSUA_MAX_CALLS (20000)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20091026/89e9aada/attachment.html>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux