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. 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 ? 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100825/25ad17e8/attachment.html>