How do you define PJSUA_MAX_CONF_PORTS ? I think you should define PJSUA_MAX_CONF_PORTS to at least the same value as PJSUA_MAX_CALLS. /Dan Abdul Khadar 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]* > > > Using version is pjproject 1.4 > > thanks & regards, > Abdul Khadar. > > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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