On Wed, Aug 25, 2010 at 6:08 PM, Parveen Kumar Jain <parveen.jain at one97.net> wrote: > Hi All, > ??I am trying to?evaluate?"pjmedia" project from quite some time for one of > my IVR based solution.The Application?initiates?bulk sip calls and then > starts the media using pjmedia stack.I am facing following issue while its > usage in this way: > ?- I was trying to use it one of my Bulk call scenario where I was trying to > make 40 G729 calls(I am using intel IPP for achieving that).but pjmedia > gives socket bind error after some uncertain time period(sometime I don't > get this error even after 2 days of testing but sometime I get it after 2-3 > hours of testing).Just to add this, my local UDP port management is fine > where I ask pjmedia to bind only those rtp/rtcp ports which are not already > in use. The bind() error comes from the OS, so I'd say there's something wrong with your port management. > ?Though I have found a very?interesting?fact while compiling the pjmedia. I > found that "sock_bsd.c" is getting compiled on my linux system, as I was > expecting it should have been ''sock_linux_kernel.c".can this be a cause of > this "bind error" behavior ? The "bsd" stands for BSD socket API, not BSD OS, so it's the right implementation to use. The "linux_kernel" stuff is for running PJLIB inside Linux kernel, something that we used to support in the old days. It's been long time since I tested bulk calling, I've forgotten what the result was, so I'll let others comment on your questions below. -Benny > Besides, I have a few more questions regarding its usage for bulk calling: > ?-?Is someone already tried to use it in this way or I mean if anybody tried > to use it for making bulk calls ? > ?- What are the maximum?simultaneous?calls it can support using G711U/G711A > on a dual core Intel based Linux system(if someone has tried to do so) ? > Also what would be its call rate if try to use it using G729 ? > > > Regards, > Parveen Jain > _______________________________________________ > 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 > >