On 12/5/06, Sofa Fain <[EMAIL PROTECTED]> wrote: > Hi gurus :-) > > I am trying to run sipp on the same host the both uac and uas modes (OS- > Windows Server 2003). > I run from command line: > sipp.exe -sn uas > and > sipp.exe -sn uac 127.0.0.1. > > I get the following error on the uac side: " Unable to bind audio RTP socket > (IP=70.0.0.1, port=6000), errno = 112 (already in use). > (If I start the uac side before, i will get the same error during running > the uas side). > > Can you please explain me what's the problem and how can I solve it. > > Thanks in advance, > Sofa >
Hi Sofa, Won't take credit for the guru stuff, but anyway... Try running one of the sipp instances with the -mp (media port) option. for example, run sipp.exe -sn uas -mp 6004 and then sipp.exe -sn uac 127.0.0.1 That should do it. Also, check the latest unstable release, I believe that's been taken care of already. Hope that helps! Juan ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
